Skip to content

Releases: BlessCSS/grunt-bless

v1.0.2

06 Apr 21:27
Compare
Choose a tag to compare
  • Fixes issue #37 - @import should not be present if the option is disabled
  • Fixes issue with incorrect relative paths
  • Adds the root option that allows absolute paths.

v1.0.1

24 Feb 02:53
Compare
Choose a tag to compare
  • add babel-runtime to add support for older versions of node
  • add continous integration

v1.0.0

23 Feb 22:37
Compare
Choose a tag to compare
  • Update to bless 4.0.0
  • Clean up the NPM package, thanks @mimiflynn
  • Remove use of deprecated APIs.
  • Move to ES6.
  • Other assorted clean up and formatting.

v0.2.0

18 Dec 16:56
Compare
Choose a tag to compare
  • Updated documentation to note the newness of the not yet released to npm imports option, thanks @spoike
  • Added a banner option to avoid banners getting misplaced in the blessing process, thanks @jelmerdemaat
  • Added implementation for the force option.
  • Added logCount option, thanks @operatino
  • Added logging on file modification and creation, thanks (again) @operatino