Permalink
Browse files
remove incorrect task alias
- Loading branch information...
Showing
with
0 additions
and
3 deletions.
-
+0
−3
gulpfile.js
|
@@ -30,6 +30,3 @@ requireDir('./gulp/tasks', { recurse: true }); |
|
|
|
|
|
// default task
|
|
|
gulp.task('default', ['jshint', 'build']);
|
|
|
-
|
|
|
-// you can directly use 'gulp jsdocs' to generate the docs
|
|
|
-gulp.task('docs',['jsdocs']);
|
0 comments on commit
a323ce0