0.32.1
- Updated fetcher dependency
- explicitly set the fetcher repo
- Improved archetype help message
This is a fun release b/c the new version of fetcher can install and prepare even multi-asset zip & tarball recipes. That means you can actually run:
$ lineman fetch bootstrap
And you'll have all of bootstrap's CSS, JS, and fonts placed where they need to be to just start working. (It'll print you a note about their JS lib relying on jQuery, which the user will have to deal with). Still, yay!
Here's how the vendor lib looks on a new project after running lineman fetch jquery bootstrap:
└── vendor
├── css
│ ├── bootstrap-theme.css
│ ├── bootstrap-theme.css.map
│ ├── bootstrap.css
│ └── bootstrap.css.map
├── img
├── js
│ ├── bootstrap.js
│ ├── jquery.js
│ └── underscore.js
└── static
└── fonts
├── glyphicons-halflings-regular.eot
├── glyphicons-halflings-regular.svg
├── glyphicons-halflings-regular.ttf
└── glyphicons-halflings-regular.woff