diff --git a/gulpfile.js b/gulpfile.js deleted file mode 100644 index f9a49fa..0000000 --- a/gulpfile.js +++ /dev/null @@ -1,12 +0,0 @@ -'use strict'; -var gulp = require('gulp'); -global.options = null; -require('gulp-help')(gulp); -require('require-dir')('./gulp_tasks/tasks'); - -// Because we are including gulp-help the syntax of a gulp task has an extra description param at position 2 - refer to https://www.npmjs.org/package/gulp-help - -// add your top gulp tasks here -gulp.task('default', false, function() { - -}); \ No newline at end of file