tree: 3eb5f5ea20eacc4c9cb020618d0397658d6d2c7a [path history] [tgz]
  1. .bowerrc
  2. bower.json
  3. Gruntfile.js
  4. package.json
  5. README.md
experimental/webtry/poly/README.md

polyfill.js

To rebuild or update res/js/polyfill.js you will need to have node.js installed. Once you have it installed run the following:

cd polyfill
npm install
grunt

If you want to create a verion of the polyfill.js that hasn't been minified, say for debugging purposes, then run:

cd polyfill
npm install
grunt notmin