livereload Questions
1
Solved
I am in a study phase for an application development. The server-side development has already started, with Spring boot and Maven. Now, I am studying the possible options to develop the client-side...
Sonia asked 26/10, 2015 at 15:34
4
Solved
I'm trying to use grunt-contrib-livereload, but can't seem to figure it out. The readme seems to skip over everything that I need explained, and then ends with an example that doesn't work when I t...
Jodhpurs asked 4/5, 2013 at 5:48
2
Solved
If React offers DOM reconciliation, is it possible to dynamically reload component's code and re-render it after I edit it?
I'm looking for a solution that allows me to edit JSX file, save it, an...
Alinaaline asked 24/7, 2014 at 22:19
2
Solved
I'm struggling to get Grunt's "live reload" ability (as implemented in grunt-contrib-watch) to work in my app. I finally bit the bullet, and tried making a minimal example. Hopefully someone can ea...
Perdu asked 20/2, 2014 at 16:12
1
Solved
I'm trying to use docker with a node.js web app i'm working on.
I have familiarized myself with the docker concepts and gotten up and running with the example here: https://docs.docker.com/exampl...
Spherical asked 5/9, 2015 at 15:27
1
Solved
I created a docker container to run tasks with gulp.
All tasks are running, the problem is I can't enable livrereload in Chrome although I exposed the 35729 port in my container.
Here is the Docke...
Izaguirre asked 28/8, 2015 at 7:52
2
Solved
I am new to both Sails and grunt so I might be missing the obvious.
I am trying to automatically refresh my sails app in the browser whenever files change.
I start the app with sails lift and it ...
Crossroads asked 26/6, 2015 at 10:54
3
Solved
Just wondering what in your opinion is the fastest way to have your SCSS compiled and browser refreshed? I'm currently using LiveReload, but it seems to be a bit slow sometimes, it can take from 1-...
Westphal asked 5/1, 2014 at 13:22
2
I am trying to set up a simple server to test out some d3.js stuff. I'm following a screencast on tagtree.tv. My code matches his, but I cannot get my index.html to reload when I make a change to m...
Saturated asked 5/12, 2014 at 21:49
3
Solved
I have written an application in Node.js (with Express & socket.io) and I would like to use Grunt to compile my client-side stuff with livereload while developing and being connected to Node.js...
Tollbooth asked 20/2, 2013 at 9:52
0
I am trying to use just npm for building my project (so i dont want to use gulp or grunt).
I want to reload the page everytime any project files change, but i can't figure out how this can be done...
Valenciavalenciennes asked 1/4, 2015 at 10:7
3
Solved
I use gulp-connect like this:
gulp.task('watch', function() {
gulp.watch(paths.scss, ['scss']);
gulp.watch(distPaths, function() {
return gulp.src(distPaths)
.pipe(connect.reload());
});
});...
Closeup asked 10/4, 2014 at 13:8
3
Sublime Text 2 - How to cause LiveReload refresh when the currently edited file changes externally (like Visual Studio)
I installed LiveReload and when I activate it in the browser it can communic...
Fyke asked 4/2, 2013 at 22:37
1
I'd like to adapt this code to serve PHP files. I have MAMP running a local server but I can't figure out how this code works in order to make the necessary changes. I know that Node server won't i...
Amii asked 2/12, 2014 at 13:49
2
I am new to Grunt and to Javascript/Coffeescript altogether.
We are using Grunt in a rather large project with hundreds of .coffee - files. Since Grunt compiles all coffeefiles (although only one ...
Accommodative asked 7/7, 2013 at 12:15
1
Solved
I can't for the life of me get livereload to work with my ember cli project. This is the first time I try livereload, so I don't know if this problem is specific to ember cli, or if my Mac environm...
Tiepolo asked 25/9, 2014 at 23:8
1
Solved
ember new foo-proj
cd foo-proj
ember s
Now the server is running. But when I edit a file e.g foo-proj/app/index.html live-reload does not reload!
I'm running:
node v0.10.31
npm 1.4.23
I've b...
Constable asked 22/8, 2014 at 4:7
2
Solved
I know you can live-edit JS from within the Source panel of Chrome Developer Tools, and I know there are systems for live-reloading of CSS, but can you live-reload JS from the source location (eith...
Bluecollar asked 22/2, 2014 at 2:59
1
Solved
I'm trying to get my head around gulp to watch and compile a .less project + livereload.
I have a style.less file which use @import.
When i run the gulp task it doesn't seem to understand the impor...
Laurenalaurence asked 30/5, 2014 at 11:42
1
Does Sublime Text support live editing of files?
I'm looking for a better workflow. I really like Sublime Text, but recently I've been spoiled by the "Live Editing" capabilites of tools like Codep...
Pul asked 14/11, 2013 at 18:9
2
Solved
I have this setup in my Gruntfile.js
module.exports = function(grunt) {
grunt.initConfig({
less: {
development: {
options: {
compress: false,
yuicompress: false,
optimization: 0
},
files:...
Metaxylem asked 18/2, 2014 at 18:55
2
Solved
The below code seems to work just fine until I go to 1ocalhost:8081...
then I get the message..
<pre>{"tinylr":"Welcome","version":"0.0.5"}</pre>
My directory structure is....
___...
Humboldt asked 17/2, 2014 at 12:46
5
When testing in IE8, LiveReload throws errors since web sockets is not supported. Is there a way to configure yeoman to disable LiveReload?
Splashboard asked 10/10, 2012 at 23:46
3
Solved
Is there something like Rack-LiveReload that could be used along with a tool like Guard-LiveReload for Clojure development? I really cannot make do without live reloading now that I have used it. I...
Schumacher asked 19/8, 2013 at 10:16
1
Solved
So far, I've gotten everything working how I want (which is monitoring all the files I want and refreshing whenever there is a change), other than I'd love to be able to make modifications to Sass/...
Noncompliance asked 25/9, 2013 at 13:9
© 2022 - 2024 — McMap. All rights reserved.