beelinejs-build
v0.1.6
Published
Build script to run build for beelinejs
Downloads
2
Readme
Build
Build files to create component and layout factories and build html.js tempates
Run from script
npm install beelinejs-build
Add the following to the package scripts:
node node_modules\beelinejs-build\src\build components layouts
&&
can used to run webpack for example
node node_modules\beelinejs-build\src\build components layouts && webpack
components
and layouts
are the path to the components and layouts
Run from file
Create a build.js
file and add require('beelinejs-build')
Add a the package scripts:
node build components layouts