fe-build-scripts
v0.3.0
Published
Frontend build scripts package
Downloads
13
Readme
Frontend build scripts
This project is experimental now. It is divided from my other project
How to use
NPM way(TODO)
npm i fe-build-scripts -g
- execute
fe-build-scripts install
in your project folder - config
build/build.config.yaml
- execute
./build/build.js
or./build/build.js -w
Git way
- clone
- copy
build
to project root folder - config
build/build.config.yaml
- execute
./build/build.js
or./build/build.js -w
HTML => EJS/PUG => HTML
JS, JS, .... => Browserify => Babel => JS
CSS/LESS/SASS => Processor => CSS
Assets => Copy => Assets
BrowserSync