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

Sass file not updating #1

Open
andrebautista opened this issue Jun 9, 2014 · 1 comment
Open

Sass file not updating #1

andrebautista opened this issue Jun 9, 2014 · 1 comment

Comments

@andrebautista
Copy link

In order for my Sass file to be live updated I have to have the 'grunt watch' command. However .jade updates are going live without that process running. Also receiving the console error "Failed to load resource: net::ERR_CONNECTION_REFUSED http://localhost:35729/livereload.js" but not sure if this is normal.

Link to repo: https://github.com/andrebautista/nodexpress_demo

@arpit1997
Copy link

You are dong exactly fine. Jade updates will be live without any extra effort but for sass files you have to kepp grunt watch task running. However this

console error "Failed to load resource: net::ERR_CONNECTION_REFUSED http://localhost:35729/livereload.js"

is normal.
As the grunt's docs says that in order to kepp live update working you have put a reference to a non existing javascript file i.e. here livereload.js.
In this book also this point is mentioned clearly

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

2 participants