diff options
author | Manolo Carrasco <manolo@apache.org> | 2017-10-30 09:53:15 +0100 |
---|---|---|
committer | Artur <artur@vaadin.com> | 2017-10-30 11:12:42 +0200 |
commit | ece085b3c5109ce784ea66c7a0937d62afc27fe6 (patch) | |
tree | be708822917b6cab340a73add11fe9908b0c225e /gulpfile.js | |
parent | 67215b5f4eb16a3bf45038092b9891c13921aa79 (diff) | |
download | vaadin-core-ece085b3c5109ce784ea66c7a0937d62afc27fe6.tar.gz vaadin-core-ece085b3c5109ce784ea66c7a0937d62afc27fe6.zip |
Remove gulp tasks
Diffstat (limited to 'gulpfile.js')
-rw-r--r-- | gulpfile.js | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/gulpfile.js b/gulpfile.js deleted file mode 100644 index 9a87eff..0000000 --- a/gulpfile.js +++ /dev/null @@ -1,12 +0,0 @@ -"use strict"; -var gulp = require('gulp'); -require('require-dir')('./tasks'); -var args = require('yargs').argv; - -gulp.task('default', function() { - console.log('\n Use:\n gulp <stage|deploy[:cdn]>|<zip>\n'); -}); - -gulp.task('clean', ['clean:cdn', 'clean:zip']); - -gulp.task('deploy', ['deploy:cdn']);
\ No newline at end of file |