Skip to content

0.18.3

Choose a tag to compare

@searls searls released this 29 Nov 14:59
· 265 commits to master since this release
  • Upgrade testem to 0.5.12
  • lineman spec-ci now runs on a random free port, which allows you to run lineman spec and lineman spec-ci simultaneously without a port conflict. See #168
  • Introduce a config/lineman.js to the new project archetype. Got some valid feedback that the require(ENV['LINEMAN_MAIN']) was intimidating from the user scoped config files. I'm thinking it'll be better to deprecate that require statement entirely and instead pass lineman into expected config files (like grunt/tasks/*); we'll at least want to do that for any plugin system.