Open
Description
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.
Metadata
Metadata
Assignees
Labels
No labels