atom-class-plugin
v1.0.0
Published
Generate atom class on demand
Downloads
1
Readme
Atom Class Plugin
Generate atom class on demand
Install
npm i --save-dev atom-class-plugin
Options
| Name | Type | Default | Description |
| :------: | :-------: | :---------------: | ----------- |
| source | {String | Array.<string>}
| ''
| Atom class source file path (eg: static/atom.common.css
) |
| output | {String}
| 'atom.min.css'
| On-demand generated atom class file |
| ext | {String}
| 'html'
| File suffix name processed by the plugin |