webshim
webshim copied to clipboard
Build tools (grunt) skips webshim when installed using bower
When installed using bower, the bower.json file is missing the "main" property so grunt-wiredep (which injects bower components) ignores it. This occurs when installing the latest version (1.15.7).
bower.json just need this lines:
"main": [
"./webshim/js-webshim/minified/polyfiller.js"
],