Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for building static assets #67

Open
jareware opened this issue Nov 5, 2014 · 1 comment
Open

Support for building static assets #67

jareware opened this issue Nov 5, 2014 · 1 comment

Comments

@jareware
Copy link

jareware commented Nov 5, 2014

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?

@h02e56
Copy link

h02e56 commented Jan 24, 2015

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 ",
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants