Skip to content

Commit c5db1b0

Browse files
author
Giedrius Grabauskas
committed
Removed .css! exclude.
1 parent d476cd7 commit c5db1b0

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

src/tasks/bundle/bundle-task.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,6 @@ export class BundleTask extends TaskBase {
2929
bundleCmd += ` - ${BundleConfig.Exclude[i]}`;
3030
}
3131

32-
// Exclude css files
33-
bundleCmd += ` - [app/**/*.css!]`;
34-
3532
let builder = new jspm.Builder();
3633

3734
LoggerInstance.log(`jspm bundle ${bundleCmd} ${buildDest}`);

0 commit comments

Comments
 (0)