grunt-compass
Advanced tools
Comparing version 0.3.8 to 0.3.9
{ | ||
"name": "grunt-compass", | ||
"description": "A custom grunt.js task that executes compass compile for you and prints the COMPASS output to grunt.log.write().", | ||
"version": "0.3.8", | ||
"version": "0.3.9", | ||
"homepage": "https://github.com/kahlil/grunt-compass", | ||
@@ -41,5 +41,4 @@ "author": { | ||
"compass", | ||
"grunt", | ||
"gruntplugin" | ||
"grunt" | ||
] | ||
} |
@@ -0,1 +1,7 @@ | ||
# THIS GRUNT PLUGIN IS DEPRECATED SINCE THE RELEASE OF GRUNT.JS v0.4.0. | ||
# PLEASE USE [`grunt-contrib-compass`](https://github.com/gruntjs/grunt-contrib-compass) FROM NOW ON. | ||
----- | ||
# grunt-compass [![Build Status](https://secure.travis-ci.org/kahlil/grunt-compass.png)](http://travis-ci.org/kahlil/grunt-compass) | ||
@@ -57,3 +63,3 @@ | ||
basePath: 'path/to/project/' | ||
``` | ||
``` | ||
@@ -190,2 +196,4 @@ 7. You can set your custom output style like this: | ||
v0.3.8: basepath option added. | ||
v0.3.6: @shama added grunt v0.4 compatibility and the grunt-contrib style of structuring gruntplugins. Also: first tests! | ||
@@ -192,0 +200,0 @@ |
Deprecated
MaintenanceThe maintainer of the package marked it as deprecated. This could indicate that a single version should not be used, or that the package is no longer maintained and any new vulnerabilities will not be fixed.
Found 1 instance in 1 package
Deprecated
MaintenanceThe maintainer of the package marked it as deprecated. This could indicate that a single version should not be used, or that the package is no longer maintained and any new vulnerabilities will not be fixed.
Found 1 instance in 1 package
23167
243