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
grunt serve hangs on live:reload task
I am working on a webapp built by someone else...the commands to build and run are
npm install
bower install
grunt serve
I have used npm and bower with no problems before..everything seems to work until grunt reaches the 'connect:livereload" task,…

JasonBK
- 539
- 3
- 12
- 37
0
votes
0 answers
Why is my live reload in grunt watch task not working
This is my code. I've setup the watch task to livereload when html/css/js is changed. I used a grunt file from another project to make this one, and so far it looks identical. I don't know what I can do to make it work again, so any advice is…

Cornetto
- 1
- 1
0
votes
1 answer
getting different results when compiling Sass with LiveReload for OSX
I'm not sure whats happening. I'm new to Sass, so I was following this begginers guide: https://scotch.io/tutorials/getting-started-with-sass
For practicing (and hoping to use it as my developing tool) I set LiveReload to compile .scss files. But…

oquiroz
- 85
- 5
- 14
0
votes
1 answer
Using livereload() directly with watch?
gulp.task('live', function() {
// listen for changes
livereload.listen();
// watch less files in src (to start just type gulp in the src directory)
gulp.watch('public/css/**/*.less', ['src-less-to-css', 'src-less-to-css-ie8',…

basickarl
- 37,187
- 64
- 214
- 335
0
votes
1 answer
gulpfile.js help to add live reload
wonder if someone can help me solve my problem. I am new to gulp and have successfully created a gulp file that works how I want it to by following different guides online.
I am trying to add CSS minify and live reload. Wonder if someone can help me…
user5891672
0
votes
2 answers
Need to save twice with guard and livereload
When I save changes to a html file, the browser refreshes the page quickly and correctly. The first time I save changes to a scss file, the page starts to reload, but stops without loading any of the style sheets (although it does load images). If I…

Obromios
- 15,408
- 15
- 72
- 127
0
votes
1 answer
Grunt Connect , Nodemon same port issue
I am trying to run angular admin template and node server by grunt and nodemon.All runs well..Problem is when i try to send any request from client-side to server-side its showing 404 error. For both i am using same port which is 2300. If i change…

Sumona Salma
- 127
- 2
- 14
0
votes
1 answer
Yeoman generator-webapp prints the inner text of scripts and title nodes inside the window
I scaffolded a project using the YEOMAN generator-webapp (I'm running Nodejs v4.0.0, NPM 3.5.3, Bower 1.7.5, Yeoman 1.6.0). When i ran the grunt serve command everything fired up just fine. All scripts and styles got loaded without errors.
The…

Lesley Duyndam
- 25
- 1
- 6
0
votes
2 answers
How can I add Rack Middleware to the test environment in Rails?
Situation
I am currently testing a Rails app using Capybara. In addition, I was using Guard with its extension guard-livereload to automatically reload my browser as soon as relevant source files changed.
As the save_and_open_page method from…

chvolkmann
- 524
- 2
- 9
0
votes
0 answers
grunt live reload error
Sorry I am new to grunt and trying to build a system where I can have a live reload with sass. Sass everything was easy to set up and compile but the livereload I am stuck, I followed this tutorial
https://www.youtube.com/watch?v=SL6uYHsl2Ic
and…

tony-lift
- 3
- 3
0
votes
3 answers
Sails.js, Nunjucks & LiveReload
I've managed to get Nunjucks working with Sails.js, however it seems that the changes are not being picked up until I restart the server. I'll automatically see the changes reflected once or twice, but after that, even manually refreshing the…

Niall O'Brien
- 182
- 1
- 1
- 9
0
votes
2 answers
LiveReload for Sublime Text 3 was removed
I want to install LiveReload for Sublime Text 3. However, when I go to Package Control to install, I realize that LiveReload is no longer there.
When I visit this website: https://packagecontrol.io/packages/LiveReload, it shows that "Package was…

pexea12
- 1,069
- 2
- 18
- 36
0
votes
1 answer
Grunt Browser Sync reloading files but not injecting css
I looked at the previous issues, but they seems to be referring to older version of the browsersync plugin. (Versions < 2.0)
The following is my Gruntfile. It was working fine before, then suddenly it stopped watching the css, although it's…

Suthan Bala
- 3,209
- 5
- 34
- 59
0
votes
0 answers
*ionic android* Only ionic --livereload option is working. ionic emulate android is not working
I am using ionic for developing my application.
When I run using android emulator, I usually type "ionic emulate android"
However, when I execute like that all functions are working well except one thing.
However, when I execute using "ionic emulate…
0
votes
0 answers
Auto-reload inline plugin changes in Grails 3
I'm using Intellij Idea 15 and Grails 3.0.9 and auto-reloading of main application is working without many problems, but I'm unable to make auto-reloading work for inline plugin (or multi project in gradle as it's called now I think).
Is there any…

Eylen
- 2,617
- 4
- 27
- 42