Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(45)

Side by Side Diff: experimental/webtry/poly/README.md

Issue 610003003: Fix some references to non-existant polyfill directory. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « experimental/webtry/README.md ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 polyfill.js 1 polyfill.js
2 =========== 2 ===========
3 3
4 To rebuild or update res/js/polyfill.js you will need to have 4 To 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 5 [node.js](http://nodejs.org/) installed. Once you have it installed run the
6 following: 6 following (assuming you are in experimental/webtry directory):
7 7
8 cd polyfill 8 $ cd poly
9 npm install 9 $ npm install
10 grunt 10 $ grunt
11 11
12 If you want to create a verion of the polyfill.js that hasn't been minified, 12 If you want to create a verion of the polyfill.js that hasn't been minified,
13 say for debugging purposes, then run: 13 say for debugging purposes, then run:
14 14
15 15 $ cd poly
16 cd polyfill 16 $ npm install
17 npm install 17 $ grunt notmin
18 grunt notmin
OLDNEW
« no previous file with comments | « experimental/webtry/README.md ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698