scss-bundle
Get started
If you want to use scss-bundle
globally
$ 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:
If you want to use scss-bundle
without configuration file, 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 | Values | Default |
|-----------|--------|--------------------------------------------------| | |
| entry*
| string | Main entry file where to start bundling. | | |
| dest*
| string | Destination file when bundling is done. | | |
| verbosity | string choices | Destination file when bundling is done. | None, Errors, Verbose | Verbose |
*
- Required
License
Released under the AGPL-3.0 license.