Skip to content

0.11.2

Choose a tag to compare

@searls searls released this 11 Jul 14:39
· 400 commits to master since this release
  • upgrades to a new enough version of testem to avoid failures due to testem's dependency on {"underscore": "*"}, which broke lineman spec-ci for all previous versions of lineman/testem. (The break was caused by a bc-breaking change in _.bindAll)
  • config/application.coffee explicitly includes the context object so it's clear how to configure it for pages templates (via @adamlogic)