From 903fb592d543f223f1fc50103f5a0bb4db1fadbc Mon Sep 17 00:00:00 2001 From: David Manning Date: Fri, 21 Feb 2014 16:08:13 -0800 Subject: [PATCH] Version bump and update README --- README.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0f04768..8a73f6f 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ Pass in your own callback to be called upon a sass error from node-sass. The cal ## Source Maps -gulp-sass now generates *inline* source maps if you pass `sourceComments: 'map'` as an option. It can also accept `sourceComments: 'normal'` as option, to generate the per-rule comment to point to the file where it came from. Note that gulp-sass won't actually do anything when passing `sourceMap: filepath`. Enjoy your source maps! +gulp-sass now generates *inline* source maps if you pass `sourceComments: 'map'` as an option. Note that gulp-sass won't actually do anything when passing `sourceMap: filepath`. Enjoy your source maps! NB: For those wondering, inline source maps are stuck onto the end of the css file instead of being in a separate map file. In this case, the original source contents are included as well, so you don't have to make sure your scss files are servable. diff --git a/package.json b/package.json index 2a3771c..763dbc2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "gulp-sass", - "version": "0.7.0", + "version": "0.7.1", "description": "Gulp plugin for sass", "main": "index.js", "scripts": {