fix number of demo entries

This commit is contained in:
Tim Lancina
2015-12-04 15:31:50 -06:00
parent 0b07b4fb5d
commit 5882bf9bc2

View File

@ -50,7 +50,7 @@ function buildDemoBundle(opts, done) {
// add our bundle entry, removing previous if necessary
// since config is cached
if (config.entry.length > 5) {
if (config.entry.length > 4) {
config.entry.pop();
}
config.entry.push('./' + file);