summaryrefslogtreecommitdiffstats
path: root/gulpfile.js
diff options
context:
space:
mode:
Diffstat (limited to 'gulpfile.js')
-rw-r--r--gulpfile.js3
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