grunt-compass
Advanced tools
Comparing version 0.2.6 to 0.2.7
{ | ||
"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.2.6", | ||
"version": "0.2.7", | ||
"homepage": "https://github.com/kahlil/grunt-compass", | ||
@@ -6,0 +6,0 @@ "author": { |
# `compass compile` for Grunt.js | ||
This is a custom grunt.js task that executes `compass compile` for you and prints the COMPASS output to `grunt.log.write()`. | ||
This is a custom grunt.js multitask that executes `compass compile` for you and prints the COMPASS output to `grunt.log.write()`. | ||
@@ -5,0 +5,0 @@ 1. Install this grunt plugin next to your project's grunt.js gruntfile with: `npm install grunt-compass`. |
6018