skia2/experimental/webtry/poly
tfarina 320a4e658b Fix some references to non-existant polyfill directory.
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
2014-09-29 10:50:59 -07:00
..
.bowerrc Move zooming into its own component, imported via HTML Imports. 2014-05-19 16:40:08 +00:00
bower.json Move zooming into its own component, imported via HTML Imports. 2014-05-19 16:40:08 +00:00
Gruntfile.js Move zooming into its own component, imported via HTML Imports. 2014-05-19 16:40:08 +00:00
package.json Move zooming into its own component, imported via HTML Imports. 2014-05-19 16:40:08 +00:00
README.md Fix some references to non-existant polyfill directory. 2014-09-29 10:50:59 -07:00

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