lilacs
v0.6.6
Published
A web frontend building tool for teamwork, with automaticly compiling, merging, minifying, syncing files to server, supporting distributed servers, ensuring css or html files' inline reference with correct absolute path, and more.
Maintainers
Readme
lilacs
========== if you are using es6 + webpack, it's recommended to go to lila ==========
A web frontend building tool for teamwork, with many amazing functionalities:
- automatic compiling: less -> css, es6 -> es5, commonjs -> amd.
- automatic html/js/css merging and minifying.
- watch files' changes, and auto reload browser page.
- multi environment, multi servers, web/static separated servers.
- files/directories mapping in different environments.
- automaticly upload built files to servers.
- hash code revision to disabled client cache.
- absolute css/html inline resource reference.
- ...
Quick start
Install lilacs:
npm install lilacs -gor in China, you can use cnpm:
cnpm install lilacs -gNew project
lilacs new lilacs-demoDocuments
- directory specification
- writing code
- command line
- server side command line
- project config
- files&directories mapping
- group of modules
- custom config for every module
- multi js entry modules
