2.0.2 • Published 1 year ago

onflyac v2.0.2

Weekly downloads
-
License
ISC
Repository
-
Last release
1 year ago

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