Skip to content
This repository was archived by the owner on Oct 5, 2020. It is now read-only.

Commit 13acc0e

Browse files
Matt PileggiMatt Pileggi
authored andcommitted
remove gulp develop
1 parent 548bce5 commit 13acc0e

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

app/templates/gulpfile.js

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -451,12 +451,6 @@ gulp.task('serve-dev', ['build'], function() {
451451
return serve('dev' /*env*/);
452452
});
453453

454-
gulp.task('develop', ['inject','styles','less-watcher'], function() {
455-
//skip the build and the browser sync
456-
var nodeOptions = getNodeOptions('local');
457-
$.nodemon(nodeOptions);
458-
});
459-
460454
/**
461455
* serve the prod environment
462456
* --debug-brk or --debug

0 commit comments

Comments
 (0)