Update Jasmine CSS build process

- Update compass configuration to build jasmine.scss into lib
- Remove src/html/jasmine.css (since jasmine.scss builds directly into
    lib now)
- Bump lib/jasmine-core/jasmine.css to be latest from scss
This commit is contained in:
Sheel Choksi
2013-09-09 21:27:30 -07:00
parent f8f064d12d
commit 7158e048a6
3 changed files with 4 additions and 111 deletions

View File

@@ -1,10 +1,10 @@
module.exports = {
jasmine: {
options: {
cssDir: 'src/html',
cssDir: 'lib/jasmine-core/',
sassDir: 'src/html',
outputStyle: 'compact',
lineComments: false
noLineComments: true,
}
}
};
};