I am trying out Codekit with bootstrap less files and live reload feature :)
I directly edit the less files in folder "less" which will be imported in "bootstrap.less" bootstrap.less then will be compiled to "css/bootstrap.css" which is linked in the index.html.
All is working well so when I edit some code in a less-file like navbar.less and save it, the browser reloads live as expected but for some reason if I change a variable value in "variables.less" file and save it, the browser does not reload live. I have to reload manually. Why is that?