Skip to content
This repository has been archived by the owner on Jun 29, 2020. It is now read-only.

Commit

Permalink
Fix timing to start livereload server
Browse files Browse the repository at this point in the history
  • Loading branch information
ww24 committed Jul 3, 2014
1 parent 2ac47fe commit f1d614d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion gulpfile.js
Expand Up @@ -22,7 +22,7 @@ var src = {
bootstrapjsprefix + "transition.js",
bootstrapjsprefix + "tooltip.js",
bootstrapjsprefix + "*.js"
],
],
bootstrapfont: "vendor/bootstrap/fonts/*"
};

Expand Down Expand Up @@ -78,6 +78,7 @@ gulp.task("default", ["coffee", "less", "bootstrap-js-concat", "bootstrap-copy-f

gulp.task("watch", ["default"], function () {
livereload = true;
plug.livereload();

gulp.watch(src.coffee, ["coffee"]);
gulp.watch(src.less, ["less"]);
Expand Down

0 comments on commit f1d614d

Please sign in to comment.