Skip to content

Commit

Permalink
Call init
Browse files Browse the repository at this point in the history
  • Loading branch information
soyjavi committed Jun 1, 2015
1 parent 0fd99c3 commit 302d21e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gulpfile.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,6 @@ gulp.task "dependencies", ->
gulp.task "init", ["source", "style", "dependencies"]

gulp.task "default", ->
gulp.run ["server"]
gulp.run ["server", "init"]
gulp.watch path.source, ["source"]
gulp.watch path.style, ["style"]

0 comments on commit 302d21e

Please sign in to comment.