grunt-contrib-less
Advanced tools
Comparing version 0.3.0 to 0.3.1
@@ -7,3 +7,2 @@ /* | ||
* Licensed under the MIT license. | ||
* https://github.com/gruntjs/grunt-contrib-less/blob/master/LICENSE-MIT | ||
*/ | ||
@@ -10,0 +9,0 @@ |
{ | ||
"name": "grunt-contrib-less", | ||
"description": "Compile LESS files to CSS.", | ||
"version": "0.3.0", | ||
"version": "0.3.1", | ||
"homepage": "https://github.com/gruntjs/grunt-contrib-less", | ||
"author": { | ||
"name": "Tyler Kellen", | ||
"url": "http://goingslowly.com/" | ||
"name": "Grunt Team", | ||
"url": "http://gruntjs.com/" | ||
}, | ||
@@ -32,3 +32,3 @@ "repository": { | ||
"less": "~1.3.0", | ||
"grunt-contrib-lib": "~0.3.0" | ||
"grunt-lib-contrib": "~0.3.0" | ||
}, | ||
@@ -35,0 +35,0 @@ "devDependencies": { |
# grunt-contrib-less [![Build Status](https://secure.travis-ci.org/gruntjs/grunt-contrib-less.png?branch=master)](http://travis-ci.org/gruntjs/grunt-contrib-less) | ||
> Compile LESS files to CSS (part of the [grunt-contrib](https://github.com/gruntjs/grunt-contrib) collection). Submitted by [Tyler Kellen](https://github.com/tkellen). | ||
> Compile LESS files to CSS. | ||
## Getting Started | ||
@@ -13,4 +14,4 @@ Install this grunt plugin next to your project's [grunt.js gruntfile][getting_started] with: `npm install grunt-contrib-less` | ||
[grunt]: https://github.com/cowboy/grunt | ||
[getting_started]: https://github.com/cowboy/grunt/blob/master/docs/getting_started.md | ||
[grunt]: https://github.com/gruntjs/grunt | ||
[getting_started]: https://github.com/gruntjs/grunt/blob/master/docs/getting_started.md | ||
@@ -27,3 +28,3 @@ ### Overview | ||
The key (destination) should be an unique filepath (supports [grunt.template](https://github.com/cowboy/grunt/blob/master/docs/api_template.md)) and the value (source) should be a filepath or an array of filepaths (supports [minimatch](https://github.com/isaacs/minimatch)). | ||
The key (destination) should be an unique filepath (supports [grunt.template](https://github.com/gruntjs/grunt/blob/master/docs/api_template.md)) and the value (source) should be a filepath or an array of filepaths (supports [minimatch](https://github.com/isaacs/minimatch)). | ||
@@ -73,7 +74,4 @@ As of v0.3.0, you can use *.{ext} as your destination filename to individually compile each file to the destination directory. Otherwise, when the source contains an array of multiple filepaths, the contents are concatenated in the order passed. | ||
``` | ||
-- | ||
## Release History | ||
* 2012/09/24 - v0.3.0 - general cleanup and consolidation. test refactoring. global options depreciated. revert normalize linefeeds for now. | ||
* 2012/09/16 - v0.2.2 - support all less options, normalize linefeeds, default path to dirname of src file. | ||
* 2012/09/10 - v0.2.0 - refactored from grunt-contrib into individual repo. | ||
*Task submitted by [Tyler Kellen](http://goingslowly.com/).* |
@@ -7,3 +7,2 @@ /* | ||
* Licensed under the MIT license. | ||
* https://github.com/gruntjs/grunt-contrib-less/blob/master/LICENSE-MIT | ||
*/ | ||
@@ -27,3 +26,3 @@ | ||
grunt.registerMultiTask('less', 'Compile LESS files to CSS', function() { | ||
var helpers = require('grunt-contrib-lib').init(grunt); | ||
var helpers = require('grunt-lib-contrib').init(grunt); | ||
@@ -30,0 +29,0 @@ var options = helpers.options(this, { |
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
15579
29
284
74
+ Addedgrunt-lib-contrib@~0.3.0
+ Addedgrunt-lib-contrib@0.3.1(transitive)
- Removedgrunt-contrib-lib@~0.3.0
- Removedgrunt-contrib-lib@0.3.0(transitive)