grunt-contrib-haml
Advanced tools
Comparing version 0.1.0 to 0.1.1
{ | ||
"name": "grunt-contrib-haml", | ||
"description": "Compile Haml to HTML", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"homepage": "https://github.com/jhchen/grunt-contrib-haml", | ||
@@ -6,0 +6,0 @@ "contributors": [{ |
@@ -1,2 +0,2 @@ | ||
# grunt-contrib-haml [![Build Status](https://secure.travis-ci.org/jhchen/grunt-contrib-haml.png?branch=master)](http://travis-ci.org/jhchen/grunt-contrib-haml) | ||
# grunt-contrib-haml [![Build Status](https://secure.travis-ci.org/jhchen/grunt-contrib-haml.png?branch=master)](http://travis-ci.org/jhchen/grunt-contrib-haml) | ||
@@ -128,2 +128,3 @@ > Compile Haml to HTML | ||
* 2013-08-19 v0.1.1 Bug fix #1 (Thanks @shahata) | ||
* 2013-03-23 v0.1.0 Initial release. Mostly a modification of https://github.com/gruntjs/grunt-contrib-sass | ||
@@ -130,0 +131,0 @@ |
@@ -21,8 +21,8 @@ /* | ||
var bundleExec = options.bundleExec; | ||
delete options.bundleExec; | ||
grunt.util.async.forEachSeries(this.files, function(f, next) { | ||
var args; | ||
var bundleExec = options.bundleExec; | ||
delete options.bundleExec; | ||
args = [f.dest, '--stdin'].concat(helpers.optsToArgs(options)); | ||
@@ -29,0 +29,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
7819
134