You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.