320a4e658b
Looks like the name of the directory is "poly" rather than "polyfill". BUG=None TEST=None R=humper@google.com, jcgregorio@google.com Author: tfarina@chromium.org Review URL: https://codereview.chromium.org/610003003 |
||
---|---|---|
.. | ||
.bowerrc | ||
bower.json | ||
Gruntfile.js | ||
package.json | ||
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