scss-bundle
![devDependencies Status](https://david-dm.org/quatrocode/scss-bundle/dev-status.svg)
Get started
$ npm install scss-bundle -g
Features
- Bundles all SCSS imports into a single file.
Usage
$ scss-bundle -h
Examples
Using config:
$ scss-bundle -c scss-bundle.config.json
Without config:
Without config entry
and dest
arguments are required.
$ scss-bundle -e ./src/main.scss -d bundled.scss
Config example
{
"entry": "./src/main.scss",
"dest": "bundled.scss"
}
Argument | Type | Description |
---|
entry* | string | Main entry file where to start bundling. |
dest* | string | Destination file when bundling is done. |
*
- Required
License
Released under the GPL-3.0 license.