bobril-build
Advanced tools
Changelog
0.62.0
Way to mark module as obsolete. See README for details.
BB b -u 1 now removes unused texts from translation files.
Changelog
0.61.0
If both package-lock.json and yarn.lock exists, bobril-build will refuse to use yarn or npm. Which will prevent inconsistent installed packages.
Improved command line parser to stop on invalid or unknown parameter, only help should be shown.
Changelog
0.60.0
Simplified development of bb and bb/test webs. New parameters allow to proxy request to another bobril-build. Both webs are also stored as zip in resources which allows to have variable number of files not just html and js. tools/WebUpdateUI automates builds and update zip files.
tools/web> bb -p 10000
sometestproject> bb --proxybb http://localhost:10000
Added missing --save parameter for npm version of bb package add command.
Changelog
0.59.0
Changelog
0.57.0