• Home
  • History
  • Annotate
  • only in /external/skia/experimental/webtry/poly/
NameDateSize

..12-Mar-20154 KiB

.bowerrc12-Mar-201540

bower.json12-Mar-2015432

Gruntfile.js12-Mar-20152.1 KiB

package.json12-Mar-2015494

README.md12-Mar-2015384

README.md

1polyfill.js
2===========
3
4To rebuild or update res/js/polyfill.js you will need to have
5[node.js](http://nodejs.org/) installed. Once you have it installed run the
6following:
7
8    cd polyfill
9    npm install
10    grunt
11
12If you want to create a verion of the polyfill.js that hasn't been minified,
13say for debugging purposes, then run:
14
15
16    cd polyfill
17    npm install
18    grunt notmin
19