LiveReload applies CSS/JS changes to Safari or Chrome w/o reloading the page (and autoreloads the page when HTML changes)
Questions tagged [livereload]
564 questions
0
votes
0 answers
Livereload NoMethodError
when trying to compile a sass file, I get this error :
NoMethodError: undefined method `empty?' for nil:NilClass
Use --trace for backtrace.
Anyone can help?
LiveReload : 2.3.5
Mac OS : 10.9.1
Thanks

Yop44
- 118
- 1
- 7
0
votes
2 answers
Grunt livereload compile bootstrap sass files using yeoman
My question is simple I have made a basic installation of yeoman (yo webapp) with bootstrap, sass, compass and jquery.
I would like to compile bootstrap sass files on livereload as I am using grunt serve. Currently only main.scss file seems to be…

dude204
- 17
- 7
0
votes
1 answer
bus error:10 on grunt contrib-watch when updating scss files
grunt watch runs and successfully updates js updates, but not scss. I have to wait about a minute for the changes to get picked up. I am running node v0.10.18
Running "watch" task
Waiting...OK
File "app/styles/styles.scss" changed.
Bus error:…

Brian Hedberg
- 1
- 1
0
votes
1 answer
grunt-contrib-watch trigger document ready
I have grunt-contrib-watch working, but if I change javascript under jQuery(document).ready I have to reload the page.
Is it possible to have the watch trigger the document ready event so I do not have to refresh the page?

stampede76
- 1,521
- 2
- 20
- 36
0
votes
2 answers
Grunt watch doesn't work during grunt server task
I am using Grunt with a grunt server task that performs a watch task. Unfortunately, after saving a less or coffee file, the "default" task that should be triggered by the watch taks doesn't get triggered and so the browser doesn't livereload.
I was…

christophe
- 692
- 4
- 14
- 27
0
votes
0 answers
Grunt.js/Grunt-contrib-watch packaged with Yeoman does not work
I recently installed Yeoman and am finding that the included livereload feature (provided by grunt-watch-contrib) does not work. In fact, nothing short of restarting the Node server altogether actually allows me to see my SCSS changes in the…

Michael P.
- 1,373
- 3
- 12
- 33
0
votes
2 answers
Livereload is no longer fully restarting server
I am currently using Grunt and livereload, but for some reason in the last while it no longer does a full server restart when server files are changed. It is watching the server files and I get a Reload server/some_dir/some_file.js message when a…

chris
- 4,332
- 5
- 41
- 61
0
votes
0 answers
How can I use Live Reload 2 on a local wordpress website on MAMP?
I'm looking to do a live refresh on file save just like I would with my static sites locally. I'm using the latest version of wordpress on a fresh install. I have no problem using Live Reload to compile my scss files. I've tried to add my…

djfrsn
- 191
- 1
- 11
0
votes
1 answer
Yeoman LiveReload support for templates?
LiveReload is awesome (now that it works :). The only part that doesn't seem to be working is when I change template files, I have to manually refresh. Any way to get that working?

sprugman
- 19,351
- 35
- 110
- 163
0
votes
2 answers
Live Reload refresh after 6s, and sometimes planted
Do you know if there is a solution for livereload function properly? Because for one week, it no longer works, or almost: (
The refresh occurs after 6s, it's very long, too long. Before, I had an error message about a js file, it was pretty…

Stéphane
- 23
- 4
0
votes
0 answers
Changing yeoman generated Gruntfile.js file to separate .css files from .scss files
I'm trying to amend slightly the default webapp Gruntfile.js generated by Yeoman (1.0). The default sets both .css and .scss files under 'styles', but does not pickup subdirectory .scss partials under a subdirectory, which means that they are not…

Joe
- 127
- 1
- 2
- 9
0
votes
1 answer
How to setup Codekit to refresh pages when I updated my mako files?
Hi so I'm working in PyCharm using the Pyramid Python framework and using the template system Mako, .mak files.
With LiveReload I was able to add the .mak file extensions and it was able to refresh the pages I was working on.
I'm not sure how to do…

Leon Gaban
- 36,509
- 115
- 332
- 529
0
votes
2 answers
How to specify correct output folder for CSS using SASS & LiveReload?
Having a strange problem.
I'm using SASS, I have compass installed, but don't need to use it because I have LiveReload.
With LiveReload I've pasted the script into my index2.html file. Then in Output Paths I have my sass/main.scss folder targeted to…

Leon Gaban
- 36,509
- 115
- 332
- 529
0
votes
1 answer
Dynamic layout modification Android
I'm developing a Treeview layout in Android and I have a problem with the refresh. This is what I see
Now I receive a message to add a resource to this treeview. What I'd like is to have the device to be added while I'm watching the treeview,…

Luigi Tiburzi
- 4,265
- 7
- 32
- 43
0
votes
1 answer
Using yeoman 1.0b, the grunt server's livereload functionality does not work correctly
i am trying to get yeoman running again on my mac. with 1.0 beta i do get this confusing error which even is present when i restart my mac. in earlier versions i would start yeoman server and then just hit control+c to terminate it. when i wanted…

xexe
- 129
- 1
- 8