grunt-jekyll
Advanced tools
Comparing version 0.3.2 to 0.3.3
{ | ||
"name": "grunt-jekyll", | ||
"description": "A custom grunt.js plugin that executes jekyll compile and/or watch for you", | ||
"version": "0.3.2", | ||
"version": "0.3.3", | ||
"homepage": "https://github.com/dannygarcia/grunt-jekyll", | ||
@@ -6,0 +6,0 @@ "author": { |
@@ -9,3 +9,3 @@ # grunt-jekyll | ||
This task works only with Jekyll 1.0. Please use versions prior to 0.3 for Jekyll prior to the 1.0 release - simply specify this version in your `package.json`. | ||
This task works only with Jekyll 1.0.x. Please use grunt-jekyll versions prior to 0.3.0 for Jekyll prior to the 1.0 release - simply specify this version in your `package.json`. | ||
@@ -28,3 +28,3 @@ ## Quick Start | ||
* on the [Jekyll Wiki](https://github.com/mojombo/jekyll/wiki/configuration). | ||
* on the [Jekyll Wiki](http://jekyllrb.com/docs/configuration/). | ||
* optional | ||
@@ -133,4 +133,14 @@ * explained here within the `grunt.js` task object context: | ||
## To-do | ||
- Review Jekyll [source](https://github.com/mojombo/jekyll/blob/master/bin/jekyll) and update task with new flags. | ||
- Review and remove deprecated flags. | ||
- Update documentation to match flag updates. (Rewrite as a list) | ||
- Provide in-line code examples to this readme. | ||
## Changelog | ||
v0.3.3: Updated link in documentation. Added to-do list. | ||
v0.3.2: Added option to select config file. Removed deprecated --pygments option flag. Bugfixes. | ||
@@ -137,0 +147,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
8227
169