Skip to content
This repository has been archived by the owner on Sep 16, 2019. It is now read-only.

Adding Livereload for SaSS ? #99

Closed
dantahoua opened this issue Aug 25, 2014 · 1 comment
Closed

Adding Livereload for SaSS ? #99

dantahoua opened this issue Aug 25, 2014 · 1 comment

Comments

@dantahoua
Copy link
Contributor

I just added this to the gruntfile.js so I can use the livereload ext for chrome... Maybe it would be a good idea to add it by default?
sass: {
files: 'scss/*/.scss',
tasks: ['sass'],
options: {
livereload: true,
}
}

@AlejandroSilva
Copy link

it's not a problem of the framework. It's the problem with the tools that you are using..

use the watch flag to compile on save:
sass --watch :

and use livereload with the css generated

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

No branches or pull requests

3 participants