pebblecode / pebblecode.github.io

Jekyll powered pebblecode.com site
5 stars 5 forks source link

Live reloading #56

Closed ggordan closed 8 years ago

ggordan commented 8 years ago

@petertait I've looked through the gulp stuff you started on which looks really good. I initially wanted to look into the livereload issue you mentioned on #JS yesterday, but went with a slightly different approach.

Basically, install the new gem dependencies using bundle install and then run guard which will start the server up on port 4000 and will watch for changes SASS, JS, and Jekyll in general.

I have not removed anything gulp related because it might be a good idea to have a production build so we can actually minify/uglify our JS. HTTP2 is not quite there yet :smile:

ggordan commented 8 years ago

25 link the issue.