skia2/experimental/webtry/poly
commit-bot@chromium.org 015c08e5ca Move zooming into its own component, imported via HTML Imports.
Also, start building our own polyfill library (polyfill.js) using Grunt and Bower.

Finally, refactor all the web pages so that the common header and footer material comes from templates.

BUG=skia:
R=mtklein@google.com

Author: jcgregorio@google.com

Review URL: https://codereview.chromium.org/292433002

git-svn-id: http://skia.googlecode.com/svn/trunk@14783 2bbb7eff-a529-9590-31e7-b0007b416f81
2014-05-19 16:40:08 +00: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 Move zooming into its own component, imported via HTML Imports. 2014-05-19 16:40:08 +00: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:

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