mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-28 22:47:59 +01:00
GOD I HATE NODE
This commit is contained in:
+1
-1
@@ -69,4 +69,4 @@ jobs:
|
||||
- npm install --loglevel=error
|
||||
before_script:
|
||||
script:
|
||||
- gulp
|
||||
- node node_modules/gulp/bin/gulp.js --require less-loader
|
||||
|
||||
@@ -140,4 +140,3 @@ Creative Commons 3.0 BY-NC-SA license
|
||||
All other assets including icons and sound files are licensed under the
|
||||
Creative Commons 3.0 BY-SA license (https://creativecommons.org/licenses/by-sa/3.0/),
|
||||
unless otherwise indicated.
|
||||
|
||||
|
||||
Generated
+5554
-22
File diff suppressed because it is too large
Load Diff
+8
-4
@@ -7,18 +7,22 @@
|
||||
"font-awesome": "^4.7.0",
|
||||
"gulp-clean-css": "^3.10.0",
|
||||
"js-url": "git+https://github.com/websanova/js-url.git",
|
||||
"less": "^3.11.0"
|
||||
"less": "^3.11.0",
|
||||
"less-loader": "^5.0.0",
|
||||
"style-loader": "^1.1.3",
|
||||
"tslib": "^1.10.0",
|
||||
"webpack": "^4.41.5"
|
||||
},
|
||||
"devDependencies": {
|
||||
"fs-extra": "^7.0.1",
|
||||
"gulp": "^4.0.0",
|
||||
"gulp": "^4.0.2",
|
||||
"gulp-concat": "^2.6.1",
|
||||
"gulp-less": "^4.0.1",
|
||||
"gulp-order": "^1.2.0",
|
||||
"gulp-postcss": "^8.0.0",
|
||||
"gulp-replace": "^1.0.0",
|
||||
"gulp-sourcemaps": "^2.6.4",
|
||||
"gulp-uglify": "^3.0.1",
|
||||
"gulp-sourcemaps": "^2.6.5",
|
||||
"gulp-uglify": "^3.0.2",
|
||||
"less-plugin-autoprefix": "^2.0.0",
|
||||
"merge-stream": "^1.0.1",
|
||||
"pleeease-filters": "^4.0.0",
|
||||
|
||||
Reference in New Issue
Block a user