Skip to content

Releases: linemanjs/lineman

0.11.3

11 Jul 14:38
Compare
Choose a tag to compare
  • apiPrefix is now only required as a configuration attribute if pushState and apiProxy are enabled

0.11.2

11 Jul 14:39
Compare
Choose a tag to compare
  • 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)

0.11.1

04 Jul 22:49
Compare
Choose a tag to compare
  • @travis-ci is now set up by default with each new lineman project.

0.11.0

04 Jul 21:35
Compare
Choose a tag to compare
  • Exports lineman's grunt dependency so that users can require grunt without directly depending on it. One can just get at it with require(process.env["LINEMAN_MAIN"]).grunt