1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2026-04-18 21:35:27 -04:00

Upgraded to gulp 4

Use `yarn watch` to use local gulp
This commit is contained in:
Mark McDowall
2019-03-03 20:56:16 -08:00
parent 956e7b564c
commit 7ea3b6ca15
12 changed files with 636 additions and 517 deletions
+5 -4
View File
@@ -5,6 +5,7 @@
"scripts": {
"build": "gulp build",
"start": "gulp watch",
"watch": "gulp watch",
"eslint": "esprint check",
"eslint-fix": "eslint start --fix",
"stylelint": "stylelint frontend/**/*.css --config frontend/.stylelintrc"
@@ -54,15 +55,15 @@
"file-loader": "3.0.1",
"filesize": "4.1.2",
"fuse.js": "3.4.2",
"gulp": "3.9.1",
"gulp": "4.0.0",
"gulp-cached": "1.1.1",
"gulp-clean-css": "3.10.0",
"gulp-concat": "2.6.1",
"gulp-declare": "0.3.0",
"gulp-livereload": "4.0.0",
"gulp-flatten": "0.4.0",
"gulp-livereload": "4.0.1",
"gulp-postcss": "8.0.0",
"gulp-print": "5.0.0",
"gulp-sourcemaps": "2.6.4",
"gulp-sourcemaps": "2.6.5",
"gulp-stripbom": "1.0.4",
"gulp-util": "3.0.8",
"gulp-watch": "5.0.1",