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
Post a Comment