Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Delta Between Two Patch Sets: README.md

Issue 29361647: Issue 4607 - Default content styles (Closed)
Left Patch Set: Added container & simplified html/scss Created Nov. 10, 2016, 1:22 p.m.
Right Patch Set: Removed extra list items and changed image text capitilization Created Nov. 17, 2016, 4:17 p.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
Left: Side by side diff | Download
Right: Side by side diff | Download
« no previous file with change/comment | « .hgignore ('k') | gulpfile.js » ('j') | gulpfile.js » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
LEFTRIGHT
1 # Universal Design Language 1 # Universal Design Language
2 2
3 Universal styles for Eyeo websites 3 Universal styles for Eyeo websites
4 4
5 ## Dependencies 5 ## Dependencies
6 6
7 - [nodejs](https://nodejs.org/) 7 - [nodejs](https://nodejs.org/)
8 - [gulp](http://gulpjs.com/) `npm i -g gulp-cli` 8 - [gulp](http://gulpjs.com/) `npm install --global gulp-cli`
saroyanm 2016/11/10 16:30:42 Suggestion: don't use short version of the command
juliandoucette 2016/11/10 17:42:05 Acknowledged.
juliandoucette 2016/11/11 16:27:08 Done.
9 9
10 ## Usage 10 ## Usage
11 11
12 ### Production 12 ### Production
13 13
14 - TBD 14 - TBD
15 15
16 ### Development 16 ### Development
17 17
18 - Install local dependencies `npm i` 18 - Install local dependencies `npm install`
19 - Run build proceedure `gulp` 19 - Run build proceedure `gulp`
20 - Browse `http://localhost:8080/` 20 - Browse `http://localhost:8080/`
LEFTRIGHT

Powered by Google App Engine
This is Rietveld