Skip to content
This repository was archived by the owner on Dec 4, 2017. It is now read-only.

Commit 07b8e2b

Browse files
authored
build(plunkers): don't emit AoT files (#3035)
1 parent 8cab0ef commit 07b8e2b

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

tools/plunker-builder/builder.js

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,10 @@ class PlunkerBuilder {
284284
'!**/systemjs.config.js',
285285
'!**/wallaby.js',
286286
'!**/karma-test-shim.js',
287-
'!**/karma.conf.js'
287+
'!**/karma.conf.js',
288+
// AoT related files
289+
'!**/aot/**/*.*',
290+
'!**/*-aot.*'
288291
];
289292

290293
// exclude all specs if no spec is mentioned in `files[]`

0 commit comments

Comments
 (0)