Cleanup Gruntfile so that all tasks are registered at the top level
[Finishes #45559005]
This commit is contained in:
@@ -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
|
||||
}
|
||||
}
|
||||
};
|
||||
Reference in New Issue
Block a user