Leo Lamprecht
8 years ago
No known key found for this signature in database
GPG Key ID: EF804E3FF4BBA8AB
11 changed files with
3 additions and
0 deletions
-
bin/now-alias.js
-
bin/now-certs.js
-
bin/now-deploy.js
-
bin/now-domains.js
-
bin/now-list.js
-
bin/now-remove.js
-
bin/now-secrets.js
-
bin/now-static.js
-
bin/now.js
-
gulpfile.babel.js
-
package.json
|
|
@ -3,6 +3,7 @@ import gulp from 'gulp' |
|
|
|
import del from 'del' |
|
|
|
import babel from 'gulp-babel' |
|
|
|
import help from 'gulp-task-listing' |
|
|
|
import {crop as cropExt} from 'gulp-ext' |
|
|
|
|
|
|
|
gulp.task('help', help) |
|
|
|
|
|
|
@ -19,6 +20,7 @@ gulp.task('compile-lib', () => |
|
|
|
gulp.task('compile-bin', () => |
|
|
|
gulp.src('bin/*') |
|
|
|
.pipe(babel()) |
|
|
|
.pipe(cropExt()) |
|
|
|
.pipe(gulp.dest('build/bin'))) |
|
|
|
|
|
|
|
gulp.task('watch-lib', () => gulp.watch('lib/**/*.js', ['compile-lib'])) |
|
|
|
|
|
@ -108,6 +108,7 @@ |
|
|
|
"estraverse-fb": "1.3.1", |
|
|
|
"gulp": "3.9.1", |
|
|
|
"gulp-babel": "6.1.2", |
|
|
|
"gulp-ext": "1.0.0", |
|
|
|
"gulp-task-listing": "1.0.1", |
|
|
|
"pkg": "3.0.0-beta.14", |
|
|
|
"xo": "0.17.0" |
|
|
|