Cleanup Gruntfile so that all tasks are registered at the top level

[Finishes #45559005]
This commit is contained in:
Dan Hansen and Davis W. Frank
2013-03-04 16:43:21 -08:00
parent 538b32e401
commit 6b2d8da55f
3 changed files with 43 additions and 38 deletions

View File

@@ -2,9 +2,9 @@ module.exports = {
jasmine: {
options: {
cssDir: 'src/html',
sassDir: 'src/html',
outputStyle: 'compact',
lineComments: false
sassDir: 'src/html',
outputStyle: 'compact',
lineComments: false
}
}
};