You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using compass and package.json scripts.
Using catw you can watch changes in your sass files folder and fire a command (-c), in my case compass compilation:
"scripts": {
"test-js": "beefy ./public/app.js:build.js --index ./public/index.html --live --open --browserify -g hbsfy",
"watch-css": "catw -c 'compass compile' public/sass/*.scss",
"watch": "npm run watch-css & npm run test-js ",
}
I like the simplicity of Beefy, but I find it hard to integrate SASS compilation into the livereload-workflow.
I tried using a custom
--bundler
command for tacking it along but it was super awkward.Do you have better ideas, or am I doing it wrong?
The text was updated successfully, but these errors were encountered: