Skip to content

Commit

Permalink
Clean up docs and prep for release.
Browse files Browse the repository at this point in the history
  • Loading branch information
AaronAsAChimp committed Dec 18, 2014
1 parent ea57407 commit e00ede2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 11 deletions.
17 changes: 7 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,9 @@ Default value: `false` if grunt `--force` flag is not set
Override the Grunt option for this task. This will allow bless to overwrite the
input file.

**Changed in v0.2.0**, grunt-bless will refuse to overwrite the input file. To
return to the old behavior, set this option to true.

#### options.imports ####

Type: `Boolean`
Expand Down Expand Up @@ -161,14 +164,6 @@ grunt.initConfig({
})
```

options: {
imports: false,
logCount: 'warn'
},
src: [
'<%= cssBundlesDir %>/**/*.css'
]

Contributing
------------

Expand All @@ -177,9 +172,11 @@ In lieu of a formal styleguide, take care to maintain the existing coding style.
Release History
---------------

- **Next**
- **0.2.0**
- 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 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
- **0.1.1** Fatal documentation flaw, no actual code changes, thanks @codecollision
- **0.1.0** Initial release, courtesy of Aki Alexandra Nofftz
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "grunt-bless",
"description": "Split CSS files suitable for IE",
"version": "0.1.1",
"version": "0.2.0",
"homepage": "https://github.com/Ponginae/grunt-bless",
"author": {
"name": "Aki Alexandra Nofftz",
Expand Down

0 comments on commit e00ede2

Please sign in to comment.