wiredep - Bower dependency per html -


using wiredep bower great, don't want link javascript files on every page. although building app single page app, there may html pages require large, distinct javascript libraries not used in main page.

the questions is, can specify in bower html page dependency for? if so, can on install? bower install bootstrap --save --all dependency pages, , bower install largejslibrary --save "complex.html" 1 off dependencies? or creating multiple bower.json files, wiredep entry each in gulp file work? whats best practice in situation?


Comments

Popular posts from this blog

php - Autoloader issue not returning Class -

java - How to put two numbers separated by a space into two different arrays -

python - matplotlib equivalent for Ubuntu servers with no GUI? -