onflyac
v2.0.2
Published
onfly assets compiler
Downloads
4
Readme
On fly asset compiler
Installation
$ npm i onflyac
Usage
$ npx onflyac [dest] [options]
Options
Watch mode
$ npx onflyac ./src --watch
$ npx onflyac ./src --w
Html suffix
$ npx onflyac ./src --html=EN
In this case it script will generate assets only with *EN.html files
Sass suffix
$ npx onflyac ./src --sass=prod
In this case it script will generate assets only with *EN.sass|scss files
Asset file name
$ npx onflyac ./src --outfile=my_asset