webshim icon indicating copy to clipboard operation
webshim copied to clipboard

Build tools (grunt) skips webshim when installed using bower

Open alexkillen opened this issue 9 years ago • 1 comments

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).

alexkillen avatar Mar 19 '15 10:03 alexkillen

bower.json just need this lines:

"main": [
    "./webshim/js-webshim/minified/polyfiller.js"
],

jmaister avatar May 14 '15 00:05 jmaister