Releases: vikasburman/flairjs
Releases · vikasburman/flairjs
v0.15.26
fixed
v0.15.24
dependency copy support added to build engine
v0.15.22
fixes
v0.15.21
minor fixes
v0.15.18
Assembly Build engine added
available only in server environment as
const build = require('flairjs').build;
build(options,cb);
Option defaults are:
options.src = './src';
options.dest = './dist';
options.processAsGroups = false; // if true, it will treat first level folders under src as groups and will process
each folder as group, otherwise it will treat all folders under src as individual assemblies
options.uglifyConfig = './build/config/.uglify.json';
options.eslintConfig = './build/config/.eslint.json';
options.packageJSON = './package.json';
options.cb = null;
v0.15.9
Baselined release, that is published on npm as well.