1
0
mirror of https://github.com/locomotivemtl/locomotive-boilerplate.git synced 2026-01-15 00:55:08 +08:00

changer folder location

This commit is contained in:
Stephen
2014-09-29 14:20:51 -04:00
parent 2f2484ffce
commit d19c0bf1c3
7 changed files with 1 additions and 2 deletions

View File

@@ -22,8 +22,7 @@ module.exports = function(grunt) {
sass: {
dist: {
files: {
'assets/styles/corim.css': 'assets/styles/src/corim.scss',
'assets/styles/corim.ie8.css': 'assets/styles/src/corim.ie8.scss'
'assets/styles/project-x.css': 'assets/styles/src/project-x.scss'
}
}
},