tree: 55c904e3516ad11a4322d6096587887f21cc0419 [path history] [tgz]
  1. .bowerrc
  2. bower.json
  3. Gruntfile.js
  4. package.json
  5. README.md
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 (assuming you are in experimental/webtry directory):

$ cd poly $ 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 poly $ npm install $ grunt notmin