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
1 answer
How do I ignore a specific path?
The last line in my routes.rb is this:
resources :tags, path: "", except: [:index, :new, :create], constraints: { :id => /.*/ }
Which basically handles all /tagnames.
The issue is I am trying to use livereload, the rack middleware version and what…

marcamillion
- 32,933
- 55
- 189
- 380
0
votes
1 answer
livereload only responding to css changes, not html
I have installed livereload gem, which I'm using with a ruby middleman application. However, it's only autoloading changes to the css. If I make changes to the html files, I still have to restart the server to view the changes. Is there somehow I…

BrainLikeADullPencil
- 11,313
- 24
- 78
- 134
0
votes
1 answer
Guard livereload for non-rails
I currently have a PHP/MySQL based site that I would like to use Guard-livereload for. However, all indicators in the README seems to say that it is only reserved for Rails (or more specifically Rack) based sites. Is this true? Is there a way I can…

Hengjie
- 4,598
- 2
- 30
- 35
0
votes
1 answer
Devtool Chrome autosave not working properly
I installed devtool autosave yesterday and it was working properly. Now the server is running properly and it is showing DevTools Autosave 1.0.0 is running on http://127.0.0.1:9104
in the terminal but the css is not being recorded. I am using ubuntu…

Ammar
- 1
- 4
0
votes
2 answers
Red filename in Ubuntu CLI (Vagrant)
I am building a FuelPHP application running on an Ubuntu VM powered by Vagrant.
I am trying to include a CSS file on the global wrapper for all my pages, but Firebug tells me it isn't there. (the file path is correct in my <_link rel...>).
The CSS…

Adam Waite
- 19,175
- 22
- 126
- 148
0
votes
1 answer
Codekit & Bootstrap: variables.less does not reload live
I am trying out Codekit with bootstrap less files and live reload feature :)
I directly edit the less files in folder "less" which will be imported in "bootstrap.less" bootstrap.less then will be compiled to "css/bootstrap.css" which is linked in…

user1766095
- 51
- 1
- 1
- 3
-1
votes
2 answers
Ionic cordova livereload on device doesn't work anymore
Until today when I lauched
ionic cordova run android -l
my app was running in livereload mode on real android device. Suddenly doesn't work anymore. I mean the app runs on device but doesn't listen anymore on file changes, so I cannot see the…

Iva Pesa
- 47
- 1
- 12
-1
votes
1 answer
Livereload for node.js. Is there possible?
Every time i modify my node.js files from server i need to stop the server and run again node app.js to see the changes.
Is there a way to see changes without stop/start server ?

Andrei Todorut
- 4,260
- 2
- 17
- 28
-3
votes
1 answer
livereload inject in html
First... Sorry for my english... I ll try to explain well...
Im using "tapestry". This framework lets you show an repository components and you can see the code html and his appearance...
Im trying to post my repository but the server is crashing…