Skip to content

Commit 2097b61

Browse files
author
Greenberg, Dana
committed
fix(build): exclude css from build
1 parent 6de0f9d commit 2097b61

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

test/karma.conf.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,14 +29,13 @@ module.exports = function(config) {
2929
'test/unit/**/*.spec.js',
3030
'src/features/**/test/**/*.spec.js',
3131

32-
'dist/release/ui-grid.css',
33-
3432
'.tmp/template.js' //templates
3533
],
3634

3735

3836
// list of files to exclude
3937
exclude: [
38+
'dist/release/ui-grid.css'
4039
],
4140

4241

0 commit comments

Comments
 (0)