grunt-contrib-less
Advanced tools
Comparing version 0.6.4 to 0.6.5
{ | ||
"name": "grunt-contrib-less", | ||
"description": "Compile LESS files to CSS.", | ||
"version": "0.6.4", | ||
"version": "0.6.5", | ||
"homepage": "https://github.com/gruntjs/grunt-contrib-less", | ||
@@ -35,6 +35,6 @@ "author": { | ||
"devDependencies": { | ||
"grunt-contrib-jshint": "~0.2.0", | ||
"grunt-contrib-jshint": "~0.6.2", | ||
"grunt-contrib-nodeunit": "~0.2.0", | ||
"grunt-contrib-clean": "~0.4.0", | ||
"grunt-contrib-internal": "~0.4.2", | ||
"grunt-contrib-clean": "~0.5.0", | ||
"grunt-contrib-internal": "~0.4.5", | ||
"grunt": "~0.4.0" | ||
@@ -41,0 +41,0 @@ }, |
@@ -129,2 +129,3 @@ # grunt-contrib-less [![Build Status](https://travis-ci.org/gruntjs/grunt-contrib-less.png?branch=master)](https://travis-ci.org/gruntjs/grunt-contrib-less) | ||
* 2013-08-08 v0.6.5 Support strictMath option Support rootpath parse option | ||
* 2013-07-09 v0.6.4 Support relativeUrls option | ||
@@ -149,2 +150,2 @@ * 2013-07-06 v0.6.3 Add report option for minification and gzip results | ||
*This file was generated on Tue Jul 09 2013 22:00:30.* | ||
*This file was generated on Thu Aug 08 2013 09:12:41.* |
@@ -20,4 +20,4 @@ /* | ||
var lessOptions = { | ||
parse: ['paths', 'optimization', 'filename', 'strictImports', 'syncImport', 'dumpLineNumbers', 'relativeUrls'], | ||
render: ['compress', 'yuicompress', 'ieCompat'] | ||
parse: ['paths', 'optimization', 'filename', 'strictImports', 'syncImport', 'dumpLineNumbers', 'relativeUrls', 'rootpath'], | ||
render: ['compress', 'yuicompress', 'ieCompat', 'strictMath'] | ||
}; | ||
@@ -24,0 +24,0 @@ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
174763
150