mnao-builder
v0.7.0
Published
Bundle HTML, CSS, JS with optional server and live reload
Downloads
12
Readme
Mnao: Builder
Install
The command-line interface is exposed as mnb.
As dev dependency
npm install --save-dev mnao-builderAs global command
npm install --global mnao-builderCommands
Develop
mnb devBuild
mnb buildDevelop
Clone repo
git clone https://github.com/eliot-akira/mnao-builder
cd mnao-builderInstall dependencies
npm installBuild for development and watch files for changes
npm run devBuild for production
npm run build