browserify-css
browserify-css copied to clipboard
A Browserify transform for bundling, rebasing, inlining, and minifying CSS files.
prefixing with "../node_modules" Instead of requring ```@import "../node_modules/bootstrap/dist/css/bootstrap.css";``` now it can be required as ```@import "bootstrap/dist/css/bootstrap.css";``` Used https://github.com/browserify/resolve to implement this Signed-off-by: pavan142
As in title. Bundling css files ends up with only first file in bundle.css instead of all occurences of require("[...]/[somename].css"); in all js files that participate. Is there some option...
Minimist doesn't convert "false" to a boolean so it's interpreted as truthy. I'm currently passing `--rebaseUrls=0` to work around it. Could add a `--no-rebaseUrls` or parse the value if it's...
Why does the transform generate a `createLink` function - I don't see where it is used or why it is required... if it is required; shouldn't it be a configurable...
Expect this feature, support sourcemap to css.
Would be great to have ability require css files without using `node_modules` prefix. When I doing: ``` js require('smalltalk/dist/smalltalk.min.css'); ``` As result I see: `ParseError: Unexpected token` and full content...
It adds the browser.js but not the css data.