diff options
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 |