Skip to content

Commit

Permalink
initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
NoamaExl committed Nov 2, 2017
1 parent 3600461 commit d90a667
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,3 @@ if (options.reinstallNodeModules) config.setReinstallNodeModules(options.reinsta
if (options.proxy) config.setProxy(options.proxy);
if (options.useScss) config.setUseScss(options.useScss);
config.setBrowserify(options.browserify);


gulp.task('web', ['serve']); //watch

0 comments on commit d90a667

Please sign in to comment.