browserify / watchify

watch mode for browserify builds
Other
1.79k stars 203 forks source link

Sass files #293

Closed keiranvv closed 8 years ago

keiranvv commented 8 years ago

Hi

Is there a way to add a sass preprocessor to this? I've tried using sassr and the following command:

watchify -t [ babelify --presets [ react ] sassr ] app.jsx -o bundle.js

But it doesn't seem to do anything