Have sass-cache in temp folder

master
Buddy Sandidge 10 years ago
parent 4b3440996d
commit 44e4ce2a77

1
.gitignore vendored

@ -1,3 +1,4 @@
node_modules/ node_modules/
npm-debug.log npm-debug.log
static/ static/
tmp/

@ -74,6 +74,7 @@ module.exports = function (grunt) {
options: { options: {
sassDir: 'assets/style', sassDir: 'assets/style',
cssDir: 'static/style', cssDir: 'static/style',
cacheDir: 'tmp/sass-cache',
importPath: ['vendor/normalize-scss'] importPath: ['vendor/normalize-scss']
} }
} }

Loading…
Cancel
Save