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.

10 lines (7 loc) 313 B
"use strict"; module.exports = (config) => { // if there is need to merge js config.needConcatJs = config.concatJs && (!config.useRequireJs || config.requireJsToTagLoad); // if there is need to merge css config.needConcatCss = config.concatCss && (!config.useInCss || config.inCssToTagLoad); };