mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-18 19:21:34 +08:00
fix number of demo entries
This commit is contained in:
@ -50,7 +50,7 @@ function buildDemoBundle(opts, done) {
|
|||||||
|
|
||||||
// add our bundle entry, removing previous if necessary
|
// add our bundle entry, removing previous if necessary
|
||||||
// since config is cached
|
// since config is cached
|
||||||
if (config.entry.length > 5) {
|
if (config.entry.length > 4) {
|
||||||
config.entry.pop();
|
config.entry.pop();
|
||||||
}
|
}
|
||||||
config.entry.push('./' + file);
|
config.entry.push('./' + file);
|
||||||
|
Reference in New Issue
Block a user