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/
npm-debug.log
static/
tmp/

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

Loading…
Cancel
Save