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

asp.net - How to correctly use QUERY_STRING in ISAPI rewrite? -

jsf - "PropertyNotWritableException: Illegal Syntax for Set Operation" error when setting value in bean -

arrays - Algorithm to find ideal starting spot in a circle -