1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

update bower_components build process

This commit is contained in:
Luke Pulverenti 2015-12-05 16:44:51 -05:00
parent e1b37cf634
commit 69c951cb3f
3 changed files with 18 additions and 18 deletions

View file

@ -2208,7 +2208,7 @@ var AppInfo = {};
postInitDependencies.push('scripts/nowplayingbar');
}
postInitDependencies.push('components/testermessage');
//postInitDependencies.push('components/testermessage');
require(postInitDependencies);
});