Skip to content

Commit 30d565c

Browse files
committed
Merge branch 'master' of https://github.com/Ajusa/lit
2 parents b876540 + de3c730 commit 30d565c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@ include the lit.css file in the src directory. Otherwise, use the dist/lit.css f
2525
1. Clone this repository (https://www.github.com/ajusa/lit)
2626
2. Make sure you have [npm](https://www.npmjs.com/get-npm) installed
2727
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`.
3031

3132
[Docs](https://ajusa.github.io/lit/)

0 commit comments

Comments
 (0)