Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
.bowerrc | D | 03-May-2024 | 40 | 4 | 3 | |
Gruntfile.js | D | 03-May-2024 | 2.1 KiB | 65 | 51 | |
README.md | D | 03-May-2024 | 384 | 19 | 13 | |
bower.json | D | 03-May-2024 | 432 | 23 | 22 | |
package.json | D | 03-May-2024 | 494 | 18 | 17 |
README.md
1polyfill.js 2=========== 3 4To rebuild or update res/js/polyfill.js you will need to have 5[node.js](http://nodejs.org/) installed. Once you have it installed run the 6following: 7 8 cd polyfill 9 npm install 10 grunt 11 12If you want to create a verion of the polyfill.js that hasn't been minified, 13say for debugging purposes, then run: 14 15 16 cd polyfill 17 npm install 18 grunt notmin 19