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

css-modules doesn't recreate css on change when used with budo #8

Open
robin-barnes-triptease opened this issue Dec 13, 2015 · 1 comment

Comments

@robin-barnes-triptease
Copy link

I have a start command that looks like this:

export NODE_PATH=$NODE_PATH:./src && ./node_modules/.bin/budo index.js --dir=dist --live -- -p [ css-modulesify -o dist/main.css --after autoprefixer --autoprefixer.browsers '> 5%' --json dist/css-modules.json] -o dist/index.js

When I change the css files used with css modules, everything is reloaded using live reload, but the css output file (dist/main.css) is not recreated to reflect the changes.

@fabiofumarola
Copy link

Yes I found the same issue this is because I'm using browser-sync https://github.com/unicredit/react-boilerplate

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