Version 2.2.0
Version 2.2.0 Changes:
Transition to using a js node script instead of the package.json npm script. It is now for the most part a single script npm run abridge
benefits:
- portability, should work on all platforms where node is available.
- maintainable, supports line breaks, indentation, comments, functions, etc.
- dynamic, the node script parses config.toml to automatically handle options and configuration.
- dynamic in that it also works if used from abridge directly, or as a theme submodule.
- dynamic in that the bundle can include only what you need according to your config.toml settings.
- now handles minification of manifest.json