UNPKG

lilacs

Version:

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.

78 lines (51 loc) 2.12 kB
# lilacs changelog ## 0.6.6 [2018-11-28] - Make `gulp-rev-all, gulp-cdn-absolute-path, gulp-css-url-to-absolute, gulp-css-url-prefix` internal. - Support `node v10+`. - Support `amd:main` field. ## 0.6.5 [2018-10-09] - Remove all dependencies' `^`. ## 0.6.4 [2018-09-10] - add `all` special module. - support `umd:main` field. ## 0.6.2 - fix bug of `Error: No file for module 'some/module' found` if `extraJsEntryModules` defined. ## 0.6.1 - fix bug of `Error: EISDIR: illegal operation on a directory, read` - update `gulp-css-url-prefix` by `git://github.com/senntyou/gulp-css-url-prefix#master` ## 0.6.0 - add `treatAllMethodsAsGet, browserSync` config option. - add `js/css` locate in `node_modules` support - remove `lib_extra` dir definition. - remove `forever` cmd. - remove `dist-js, sync-js, dist-css, sync-css` cmd. - remove `mock-express` cmd. - remove `doc` cmd. - remove `directoriesToBuild` config option. - remove `cssAutoPrefix`, `autoPrefixOption` config option - update `gulp-css-url-to-absolute` by `git://github.com/senntyou/gulp-css-url-to-absolute#master` ## 0.5.7 - delete `webpack` related - force minify css remove all comments - add `renameHtmlMap` config option ## 0.5.6 - make `cssAutoPrefix` default `false` ## 0.5.5 - change `gulp#4.0` to `gulp#6d71a65` ## 0.5.4 - Fix bug of chinese character being encoded after building(set `cheerio.load` `decodeEntities: false`). - Add `cssAutoPrefix`, `autoPrefixOption` config attribute, indicates whether auto add vendor prefixes to rules of css. - Acquiescently, all js/css files will be merged into one single file, if concat. ## 0.5.3 - Fix error caused by alias directory of requireJs config paths. Such as `jquery-ui: lib/jquery-ui` ## 0.5.1 - Add `dist-js` command - Add `sync-js` command - Add `dist-css` command - Add `sync-css` command - Add `webpack` building support - Add `react` framework support - Add `useWebpack`, `resolveAlias`, `packCssSeparately`, `splitJs`, `splitJsMap` configs. ## 0.5.0 - New version, with many updates. - Rewrite core scripts, with some new command names, and some new config options.