bobril-build
Advanced tools
Changelog
2.3.0
Preserve Tests results even after test client is disconnected. New test run will clear all these old results.
Scss import imports failed.
JS Relative import of path failed.
Changelog
2.2.0
Allow to use Template strings inside bobril-g11n.t when targeting ES2015.
Changelog
2.0.0
Target and TS Libs are ES2019. ES5 target is still supported just not default anymore.
Old Bundler in JS. Command line option -x to choose bundler. New Njsast based bundler is now only options.
Changelog
0.82.0
testDirectories
can define array of relative paths to search test filesChangelog
0.81.0
resource:
like:console.log(b.asset("resource:./src/file.js")); // depending on mode prints "src/file.js" or "b.js"