Skip to content

Commit 1ec7b88

Browse files
committed
v0.7.3
1 parent 2c4a615 commit 1ec7b88

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

CHANGELOG

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
v0.7.3:
2+
date: 2014-03-06
3+
changes:
4+
- Only create empty dest files when they don't already exist.
15
v0.7.2:
26
date: 2014-02-02
37
changes:

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# grunt-contrib-sass v0.7.2 [![Build Status](https://travis-ci.org/gruntjs/grunt-contrib-sass.png?branch=master)](https://travis-ci.org/gruntjs/grunt-contrib-sass)
1+
# grunt-contrib-sass v0.7.3 [![Build Status](https://travis-ci.org/gruntjs/grunt-contrib-sass.png?branch=master)](https://travis-ci.org/gruntjs/grunt-contrib-sass)
22

33
> Compile Sass to CSS
44
@@ -245,6 +245,7 @@ grunt.initConfig({
245245

246246
## Release History
247247

248+
* 2014-03-06   v0.7.3   Only create empty dest files when they don't already exist.
248249
* 2014-02-02   v0.7.2   Fix error reporting when Sass is not available.
249250
* 2014-01-28   v0.7.1   Fix regression of Bundler support.
250251
* 2014-01-26   v0.7.0   Improve Windows support.
@@ -266,4 +267,4 @@ grunt.initConfig({
266267

267268
Task submitted by [Sindre Sorhus](http://github.com/sindresorhus)
268269

269-
*This file was generated on Sun Feb 02 2014 09:09:20.*
270+
*This file was generated on Thu Mar 06 2014 14:43:40.*

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "grunt-contrib-sass",
33
"description": "Compile Sass to CSS",
4-
"version": "0.7.2",
4+
"version": "0.7.3",
55
"homepage": "https://github.com/gruntjs/grunt-contrib-sass",
66
"author": {
77
"name": "Grunt Team",

0 commit comments

Comments
 (0)