Livereload: 1.4 Issues, Haml and Sass Files

Haml and Sass files are not included by default for livereload. I found this out as I was working on a static site mockup using Sinatra.

Take a look at the .livereload file in the directory you were running livereload in. Add this line to make the magic work.

config.exts << 'sass', 'haml'

Also, be sure to not be using livereload 1.4 right now. Make sure you’re using the 1.3 version of the extension also, as per this thread on github. Don’t delete the extension after you’ve installed it to Chrome, because Chrome doesn’t copy over the files into its own plugin folder somewhere. (This is, of course, from experience.)

// The problem I’m having right now when I want to share about all the lovely little issues and solutions I find is that I don’t like to blog it. I’m working on a different journaling system entirely. This post only happened because I’ve been in a blogging mood recently on multiple Tumblogs. Goes to show, keep doing it, whatever it is, daily, and it’ll become a part of your daily process.