You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
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
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
The text was updated successfully, but these errors were encountered: