Skip to content

0.32.0

Choose a tag to compare

@searls searls released this 26 May 14:23
· 84 commits to master since this release
  • lineman fetch can now fetch multiple recipes in a single command. For example lineman fetch ember backbone will fetch ember and backbone (and underscore, because backbone has a hard dependency on underscore)
  • For quite a while app/static could be used to store arbitrary static assets that needed to be pathed relative to the site's / root, but now vendor/static will behave the same way (stuff in app will win in the event of a conflicting path). This will be used by future fetch recipes that need to ensure certain assets (like fonts and images) are available relative to JS or CSS at a certain path.