mirror of
https://github.com/the-djmaze/snappymail.git
synced 2025-01-30 10:37:54 +08:00
Rebuld npm-shrinkwrap.json
This commit is contained in:
parent
9811fd8f5c
commit
9fb0304f79
4 changed files with 4255 additions and 4 deletions
10
.cmd-helper
Normal file
10
.cmd-helper
Normal file
|
@ -0,0 +1,10 @@
|
|||
|
||||
# dependencies checker
|
||||
npm-check --skip-unused
|
||||
|
||||
# dependencies locker
|
||||
npm shrinkwrap --dev
|
||||
|
||||
# code validation
|
||||
gulp v
|
||||
|
|
@ -423,7 +423,6 @@ gulp.task('js:min', ['js:app', 'js:admin', 'js:validate'], function() {
|
|||
return gulp.src(cfg.paths.staticJS + '*.js')
|
||||
.pipe(replace(/"rainloop\/v\/([^\/]+)\/static\/js\/"/g, '"rainloop/v/$1/static/js/min/"'))
|
||||
.pipe(uglify(cfg.uglify))
|
||||
.pipe(header(getHead() + '\n'))
|
||||
.pipe(eol('\n', true))
|
||||
.pipe(gulp.dest(cfg.paths.staticMinJS))
|
||||
.on('error', gutil.log);
|
||||
|
|
4242
npm-shrinkwrap.json
generated
Normal file
4242
npm-shrinkwrap.json
generated
Normal file
File diff suppressed because it is too large
Load diff
|
@ -49,10 +49,10 @@
|
|||
"devDependencies": {
|
||||
"Progress.js": "github:usablica/progress.js",
|
||||
"autolinker": "^0.27.0",
|
||||
"babel-core": "^6.1.4",
|
||||
"babel-core": "^6.13.2",
|
||||
"babel-loader": "^6.1.0",
|
||||
"babel-plugin-transform-runtime": "^6.9.0",
|
||||
"babel-preset-es2015": "^6.9.0",
|
||||
"babel-preset-es2015": "^6.13.2",
|
||||
"babel-preset-es2015-loose": "^7.0.0",
|
||||
"babel-preset-es2015-loose-native-modules": "^1.0.0",
|
||||
"babel-preset-stage-0": "^6.5.0",
|
||||
|
@ -77,7 +77,7 @@
|
|||
"gulp-rimraf": "^0.2.0",
|
||||
"gulp-stripbom": "^1.0.4",
|
||||
"gulp-through": "^0.4.0",
|
||||
"gulp-uglify": "^1.5.4",
|
||||
"gulp-uglify": "^2.0.0",
|
||||
"gulp-util": "^3.0.7",
|
||||
"gulp-zip": "^3.2.0",
|
||||
"ifvisible.js": "^1.0.6",
|
||||
|
|
Loading…
Reference in a new issue