Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

apply .less file changes without reloading a page #89

Open
stephanos opened this issue Aug 5, 2011 · 4 comments
Open

apply .less file changes without reloading a page #89

stephanos opened this issue Aug 5, 2011 · 4 comments

Comments

@stephanos
Copy link

I'm using less.js (javascript compiler for .less files) and it would be super AWESOME if livereload could do the same thing it does for .css files for .less files. Is this possible?

There could be a configuration entry like
config.apply_less_live = true
to manually deactivate this behavior.

@ndbroadbent
Copy link

+1, it would be great if compiled stylesheets could be applied live. I would like to request this for SASS and SCSS as well.

@najamsk
Copy link

najamsk commented Dec 11, 2011

+1, I would love this feature for windows7 64 bit platform while building my asp.net websites.

@ndbroadbent
Copy link

I've solved my issue with SASS by watching the files with compass, and compiling them to CSS when they change. Then livereload detects the changed CSS files, and injects them into the browser. It works great.

You guys should have a look at the SimpLESS watcher application, which does the same thing for less files.

@natedillon
Copy link

+1, I would really like to be able to do this without compiling to a CSS file. I have PHP compile the LESS files on the server, but this makes it impossible to see the changes through LiveReload.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants