diff options
author | Sauli Tähkäpää <sauli@vaadin.com> | 2017-03-29 18:38:50 +0300 |
---|---|---|
committer | Sauli Tähkäpää <sauli@vaadin.com> | 2017-03-29 18:52:17 +0300 |
commit | 7ecfa2f29101401d6d71a43d1f8e6905b447784a (patch) | |
tree | b5498fa9510c3d6dd3004f4b668a7a10633d1f9d /gulpfile.js | |
parent | 10900248d101ac72c2d3877613c83b9c6581c0e0 (diff) | |
download | vaadin-core-7ecfa2f29101401d6d71a43d1f8e6905b447784a.tar.gz vaadin-core-7ecfa2f29101401d6d71a43d1f8e6905b447784a.zip |
Enable deploying single elements
Diffstat (limited to 'gulpfile.js')
-rw-r--r-- | gulpfile.js | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gulpfile.js b/gulpfile.js index 312593b..9a87eff 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -2,7 +2,6 @@ var gulp = require('gulp'); require('require-dir')('./tasks'); var args = require('yargs').argv; -var git = require('gulp-git'); gulp.task('default', function() { console.log('\n Use:\n gulp <stage|deploy[:cdn]>|<zip>\n'); @@ -10,4 +9,4 @@ gulp.task('default', function() { gulp.task('clean', ['clean:cdn', 'clean:zip']); -gulp.task('deploy', ['deploy:cdn']); +gulp.task('deploy', ['deploy:cdn']);
\ No newline at end of file |