Skip to content

Commit bde627f

Browse files
author
Jonathan Visser
committed
Add instructions for styling in reflection of deployment
1 parent edd5b99 commit bde627f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,12 +42,12 @@ open localhost and now you can make changes in style and refresh the page withou
4242

4343
when you're working on scss to compile it automatically run
4444
```
45-
sass --watch docs/_static/scss:docs/_static/css
45+
npx sass --watch docs/_static/scss:docs/_static/css
4646
```
4747

48-
or after changes compile scss once:
48+
or as a production build:
4949
```
50-
sass docs/_static/scss:docs/_static/css
50+
npx sass --style compressed --no-source-map docs/_static/scss:docs/_static/css
5151
```
5252

5353
## Deployment

0 commit comments

Comments
 (0)