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

Side by Side Diff: pkg/shadow_dom/tool/readme.txt

Issue 22951003: Build shadow_dom package in dart/pkg (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Added readme.txt on how to build package Created 7 years, 4 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 | Annotate | Revision Log
OLDNEW
(Empty)
1 How to build shadow_dom package:
2
3 - Install nodejs and npm
4 sudo apt-get install nodejs
5 sudo apt-get install npm
6 - Install grunt http://gruntjs.com/getting-started
7
8 - Change to the shadow_dom tool directory
9 cd pkg/shadow_dom/tool
10
11 - Install project dependencies
12 npm install
13
14 - Run grunt to generate the shadow_dom packages in pkg/shadow_dom/lib
15 grunt
16
17
18
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698