- Fixed issue #2 - allows
config
to be an absolute path.
- Fixed issue #1 - allow
group
to overrideloadingMode
option.
- Adds JSHint linter and fixes all warnings.
- Adds project's Readme with CLI / lib documentation.
- Adds TravisCI configuration.
- Defaults
root
option to./public
under config's dir. - Drops compatibility with node.js 0.6.
- Removes optimist in favor to commander for CLI options parsing.
- Updates assets-expander dependency to 1.0.x.
- Adds async/defer option to scripts.
- Added crossorigin attribute to link/script when using asset hosts.
- Fixed getting inline assets with cache boosters and asset hosts.
- Added support for asset hosts (-a ... or assetHosts via API).
- Adds Windows support with all tests fixed.
- Fallback for path.existsSync in node 0.6.x.
- Restricting support to node >= 0.6.0.
- Fixed inline bundles with cache boosters.
- Added support for new cache boosters created by assets-packager 0.5+.
- Supports cache boosters via -s option from command line.
- Fixed link tag for CSS type.
- Added list mode - include.list(locator) - for getting a flat list of files with mtime.
- Refactored #group to use #list and some more internals.
- Added binary list option (-l).
- Fixed processing absolute paths.
- First version - expanding unbundled, bundled, and inline assets based on YAML config file.