cssify
cssify copied to clipboard
Simple middleware for Browserify to add css styles to the browser.
Hi! I am facing the issue on really basic example: ``` js browserify index.js -t cssify -o x.js Error: Cannot find module './node_modulescssify' from '...project' ```
For example `--modules`
Title says it all, perhaps have a { use } option?
Suppose I do ``` require('foo/style.css') ``` where `foo` is a module in `node_modules` of my application. This file doesn't get cssified. Is there a way to do this? I tried...
After updating cssify (while updating browserify). I am getting this error when I try to add cssify to GIT. Yes, I add node_modules to GIT. No, I don't want to...