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-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,7 +25,8 @@ include the lit.css file in the src directory. Otherwise, use the dist/lit.css f
25
25
1. Clone this repository (https://www.github.com/ajusa/lit)
26
26
2. Make sure you have [npm](https://www.npmjs.com/get-npm) installed
27
27
3. Run `npm install` in the root directory of lit
28
-
4. Once that is completed, run `gulp` to build the minified version and the gzipped file.
29
-
5. If you are making changes live, use `gulp watch`. `watch` will build the minified css file in dist whenever there is a change in `src/lit.css`.
28
+
4. Install [gulp](https://github.com/gulpjs/gulp)**globally**. You will need to make sure that the `-g` flag is in the command, like `npm install -g gulp@next`
29
+
5. Once that is completed, run `gulp` to build the minified version and the gzipped file.
30
+
6. If you are making changes live, use `gulp watch`. `watch` will build the minified css file in dist whenever there is a change in `src/lit.css`.
0 commit comments