Skip to content
This repository was archived by the owner on Mar 15, 2018. It is now read-only.

Commit 136cc6e

Browse files
committed
remove assert.js and views/tests.js from minified JS bundle (bug 990319)
1 parent c7ba95e commit 136cc6e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/build.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,12 @@ var path = require('path');
44
var utils = require('./utils.js');
55

66
var blacklist = [
7+
'assert.js',
78
'require.js',
89
'settings_inferno.js',
910
'settings_local.js',
1011
'settings_travis.js',
12+
'tests.js',
1113

1214
'splash.styl.css',
1315
'templates.js', // Generated dynamically.

0 commit comments

Comments
 (0)