Skip to content

0.12.0

Choose a tag to compare

@searls searls released this 17 Aug 16:49
· 375 commits to master since this release

New features:

  • lineman config - a new CLI action to interrogate the application configuration. This can be handy for branching in scripts based on a Lineman app's configuration. For example lineman config enableSass will print "true" or "false", while lineman config watch.pages.files[1] might print app/templates/homepage.us
  • Chainable commands - the CLI commands can now be chained. For example, you may run lineman clean build to perform a clean and build sequentially. You might also save yourself some cleanup in CI by running lineman clean spec-ci clean.

Bug fixes:

  • The help output is now printed if the user enters lineman with nothing else on the command line.
  • lineman grunt no longer blows up if no additional arguments are set.

Trivia:

  • The "configure" task has finally been removed.