Skip to content

Releases: linemanjs/lineman

0.25.0

25 Feb 15:50
Compare
Choose a tag to compare
  • lineman build now performs a clean operation by default. You can override this by providing a "--skip-clean" option. #214
  • Two obsolete clean targets were removed, "clean:js" and "clean:css". 272fa37

0.24.10

21 Feb 04:35
Compare
Choose a tag to compare
  • Updates jasmine-fixture & jasmine-given for the archetype
  • Updates grunt-asset-fingerprint, fixing testdouble/grunt-asset-fingerprint#3
  • lineman config will now print (instead of omit) function values (simply as "[Function]") #210
  • Tweaks implementation of the lineman config command

0.24.9

14 Feb 21:20
Compare
Choose a tag to compare
  • Allow users to forward args along to testem, like so lineman spec-ci -- -f config/alt-spec.json (note the double-tack) 359de83

0.24.8

13 Feb 03:41
Compare
Choose a tag to compare
  • Improves output of lineman config 539444b

0.24.7

12 Feb 16:26
Compare
Choose a tag to compare
  • Changes the archetype's (commented-out) default values for enableSass and enableAssetFingerprint so users need only uncomment them. 195de87

0.24.6

11 Feb 17:02
Compare
Choose a tag to compare
  • Improves error messages when a plugin is mistakenly not installed. d366203

0.24.5

10 Feb 21:23
Compare
Choose a tag to compare

0.24.4

10 Feb 20:41
Compare
Choose a tag to compare
  • Adds support for the "hbs" Handlebars file extension

0.24.3

04 Feb 22:27
Compare
Choose a tag to compare
  • Fixes #200 -- the gist is that when a local lineman is installed, almost all behavior from the global CLI successfully delegate to the local lineman. Thanks to @Blesh, @jasonkarns, and @jayharris for helping me out.

0.24.2

03 Feb 23:33
Compare
Choose a tag to compare
  • Upgrades grunt-asset-fingerprint to fix an issue with string replacement.