Skip to content

Commit 91776b3

Browse files
committed
fix includePaths
1 parent ca6a21c commit 91776b3

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

index.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,9 @@ module.exports = function (options) {
4242
opts.includePaths = [fileDir];
4343
}
4444

45+
// temporary hack to target a change (mistake?) in nodeSass.
46+
opts.includePath = opts.includePaths;
47+
4548
opts.success = function (css, map) {
4649
var sourceMap;
4750
if (typeof opts.onSuccess === 'function') opts.onSuccess(css, map);

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gulp-sass",
3-
"version": "1.2.0",
3+
"version": "1.2.1",
44
"description": "Gulp plugin for sass",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)