Releases: linemanjs/lineman
Releases · linemanjs/lineman
0.13.1
0.13.0
0.12.5
0.12.3
0.12.2
0.12.1
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 enableSass
will 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 build
to 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
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.
0.11.6
- Switches out node.extend (which merges arrays surprisingly) to config-extend, which doesn't. (via @jasonkarns)
- Uses the grunt config interpolation for destination files in each task's configuration (via @jasonkarns)
0.11.5
- Upgrades the archetype's version of jasmine-only to include
iit
and ``ddescribe` aliases cc/@vojtajina
0.11.4
- Adds the jasmine-only helper to each new project