aboutsummaryrefslogtreecommitdiffhomepage
path: root/experimental/webtry/poly/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'experimental/webtry/poly/README.md')
-rw-r--r--experimental/webtry/poly/README.md18
1 files changed, 18 insertions, 0 deletions
diff --git a/experimental/webtry/poly/README.md b/experimental/webtry/poly/README.md
new file mode 100644
index 0000000000..a49d290a07
--- /dev/null
+++ b/experimental/webtry/poly/README.md
@@ -0,0 +1,18 @@
+polyfill.js
+===========
+
+To rebuild or update res/js/polyfill.js you will need to have
+[node.js](http://nodejs.org/) 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