grunt-contrib-less
Advanced tools
Comparing version 0.6.1 to 0.6.2
@@ -41,2 +41,8 @@ # Options | ||
## syncImport | ||
Type: `Boolean` | ||
Default: False | ||
Read @import'ed files synchronously from disk. | ||
## dumpLineNumbers | ||
@@ -43,0 +49,0 @@ Type: `String` |
{ | ||
"name": "grunt-contrib-less", | ||
"description": "Compile LESS files to CSS.", | ||
"version": "0.6.1", | ||
"version": "0.6.2", | ||
"homepage": "https://github.com/gruntjs/grunt-contrib-less", | ||
@@ -6,0 +6,0 @@ "author": { |
@@ -69,2 +69,8 @@ # grunt-contrib-less [![Build Status](https://travis-ci.org/gruntjs/grunt-contrib-less.png?branch=master)](https://travis-ci.org/gruntjs/grunt-contrib-less) | ||
#### syncImport | ||
Type: `Boolean` | ||
Default: False | ||
Read @import'ed files synchronously from disk. | ||
#### dumpLineNumbers | ||
@@ -104,2 +110,3 @@ Type: `String` | ||
* 2013-07-03 v0.6.2 support syncImport | ||
* 2013-06-12 v0.6.1 Support ieCompat | ||
@@ -121,2 +128,2 @@ * 2013-06-09 v0.6.0 Bump less to 1.4.0 | ||
*This file was generated on Wed Jun 12 2013 11:22:31.* | ||
*This file was generated on Wed Jul 03 2013 14:55:40.* |
@@ -17,3 +17,3 @@ /* | ||
var lessOptions = { | ||
parse: ['paths', 'optimization', 'filename', 'strictImports', 'dumpLineNumbers'], | ||
parse: ['paths', 'optimization', 'filename', 'strictImports', 'syncImport', 'dumpLineNumbers'], | ||
render: ['compress', 'yuicompress', 'ieCompat'] | ||
@@ -20,0 +20,0 @@ }; |
Sorry, the diff of this file is not supported yet
171458
127