Change casing of the "compiler" folder

This commit is contained in:
Victor Hurdugaci 2015-03-26 16:39:35 -07:00
parent b0b0836395
commit 38eff2ddbc
41 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ module.exports = function (grunt) {
expand: true,
cwd: "js",
src: "**/*.js",
dest: "Compiler/Resources"
dest: "compiler/resources"
}]
}
}