mirror of
https://github.com/chylex/Nextcloud-News.git
synced 2025-03-08 17:32:16 +01:00
![]() Bumps [jshint](https://github.com/jshint/jshint) from 2.13.4 to 2.13.5. - [Release notes](https://github.com/jshint/jshint/releases) - [Changelog](https://github.com/jshint/jshint/blob/main/CHANGELOG.md) - [Commits](https://github.com/jshint/jshint/compare/2.13.4...2.13.5) --- updated-dependencies: - dependency-name: jshint dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> |
||
---|---|---|
.. | ||
admin | ||
app | ||
controller | ||
directive | ||
filter | ||
gui | ||
plugin | ||
service | ||
tests | ||
.jshintignore | ||
.jshintrc | ||
gulpfile.js | ||
karma.conf.js | ||
package-lock.json | ||
package.json | ||
protractor.conf.js | ||
README.md |
JavaScript Development
JavaScript is built and minified using gulp.
Therefore you need to install Node.js 6+ and npm. Then use npm to install gulp-cli:
sudo npm -g install gulp-cli
Then install the local dependencies by running:
npm install
Tasks
The following tasks are available:
-
Build the JavaScript:
gulp
-
Watch for changes and build JavaScript:
gulp watch
-
Run JavaScript unit tests:
gulp karma
-
Watch for changes and run JavaScript unit tests:
gulp watch-karma