
Live reload only reloads the files you specify in the configuration i.e if you specify sass files it is those that are reloaded.I fixed this in my setup by having Grunt watch the css file in my dist directory, which obviously gets changed every time the Sass is recompiled. (/Users/vanan7/Documents/IEA/d2-front-end-training-repo/unilever-platform/node_modules/grunt-contrib-compass/tasks/compass. The first part of your question is straightforward enough. Warning: spawn E2BIG Use -force to continue.Īt exports._errnoException (util.js:870:11)Īt ChildProcess.spawn (internal/child_process.js:298:11)Īt exports.spawn (child_process.js:362:9)Īt (child_process.js:151:15)Īt (child_process.js:111:18)Īt module.exports (/Users/vanan7/Documents/IEA/d2-front-end-training-repo/unilever-platform/node_modules/bin-version/index.js:6:15)Īt module.exports (/Users/vanan7/Documents/IEA/d2-front-end-training-repo/unilever-platform/node_modules/bin-version-check/index.js:15:2)Īt /Users/vanan7/Documents/IEA/d2-front-end-training-repo/unilever-platform/node_modules/grunt-contrib-compass/tasks/compass.js:75:7Īt configContext (/Users/vanan7/Documents/IEA/d2-front-end-training-repo/unilever-platform/node_modules/grunt-contrib-compass/tasks/lib/compass.js:145:9)Īt Object.

Options: sassDir="lib/sass", cssDir="app/whitelabel/js/libs/iea/core/css", imagesDir="lib/images", javascriptsDir="lib/js", fontsDir="lib/sass/themes//fonts",importPath="lib/js/libs/vendor", relativeAssets
COOKIES GRUNT LIVERELOAD INSTALL
First, install this grunt plugin next to your project's grunt. This is done with: openssl req -new -key livereload.key -out livereload.csr. Workspaces also have port 8082 open if you need it for other purposes. The static files are served from port 8080 and livereload runs on port 8081. An example of using Grunt to serve your site with live compiling and reloading of your sass/js/html files. The first step to getting a certificate is to create a Certificate Signing Request (CSR) file. Cloud9 Grunt livereload with static files + sass.

COOKIES GRUNT LIVERELOAD MAC
Now that the Yeoman community has resolved that, this plugin is no longer necessary, even though it still works great :) Getting Started. A private key can be created using OpenSSL in Mac by opening terminal and using the following command: openssl genrsa -out livereload.key 1024. Verifying property compass.iea exists in config.OK This plugin originated by there not being a LiveReload plugin that could be reloaded via watch repeatedly that also supported CSS-only reloading.
