For development, I think it’s ok to use a plugin, for example https://github.com/stephenplusplus/grunt-wiredep
But for production, I would like to use CDN where it exists. Is there a Grunt plugin that goes through the bower.json file and replaces it with the most popular CDN link (and if the component is present in several CDNs, choose one based on ranking or random or something).
EricC source
share