Merge pull request #1047 from d-reinhold/bundle-exec-compass
Grunt task for compass should prefix command with 'bundle exec' - Merges #1047
This commit is contained in:
@@ -5,6 +5,7 @@ module.exports = {
|
|||||||
sassDir: 'src/html',
|
sassDir: 'src/html',
|
||||||
outputStyle: 'compact',
|
outputStyle: 'compact',
|
||||||
noLineComments: true,
|
noLineComments: true,
|
||||||
|
bundleExec: true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user