0.12.0
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 examplelineman config enableSasswill print "true" or "false", whilelineman config watch.pages.files[1]might printapp/templates/homepage.us- Chainable commands - the CLI commands can now be chained. For example, you may run
lineman clean buildto perform a clean and build sequentially. You might also save yourself some cleanup in CI by runninglineman clean spec-ci clean.
Bug fixes:
- The help output is now printed if the user enters
linemanwith nothing else on the command line. lineman gruntno longer blows up if no additional arguments are set.
Trivia:
- The "configure" task has finally been removed.