3fb3eb8d3a
BUG= R=jmesserly@google.com Review URL: https://codereview.chromium.org//22951003 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@26231 260f80e4-7a28-3924-810f-c04153c831b5
How to build shadow_dom package:
- Install nodejs and npm
sudo apt-get install nodejs
sudo apt-get install npm
- Install grunt http://gruntjs.com/getting-started
- Change to the shadow_dom tool directory
cd pkg/shadow_dom/tool
- Install project dependencies
npm install
- Run grunt to generate the shadow_dom packages in pkg/shadow_dom/lib
grunt