You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,8 @@ We use Jekyll 1.4.2+ and [Grunt][grunt] to generate the documentation. You'll ne
8
8
gem install kramdown
9
9
npm install -g grunt-cli
10
10
11
+
**Note:** If you receive permission warnings, you may need to run the above tasks with `sudo`.
12
+
11
13
You'll also need the App Engine SDK to run the dev_appserver and preview the docs locally. [Download the SDK](https://developers.google.com/appengine/downloads).
12
14
13
15
### Check out the documentation
@@ -21,7 +23,7 @@ Run the setup script:
21
23
cd docs
22
24
./scripts/setup.sh
23
25
24
-
This will run `npm install`, pull down any external dependencies, and kickoff the `grunt docs` task. **Note:** these scripts can take some time to download.
26
+
This will run `npm install`, pull down any external dependencies, and kickoff the `grunt docs` task. **Note:** these scripts can take some time to install.
25
27
26
28
During the setup process the `polymer-all/projects` directory is populated for you. Whenever the site is released you'll need to re-run `polymer-all/tools/bin/pull-all-projects.sh` in order to refresh this directory. See the [Polymer release](#polymer-release) section for more details.
0 commit comments