mirror of
https://framagit.org/la-chariotte/la-chariotte.git
synced 2025-05-01 19:32:26 +02:00
fix README
This commit is contained in:
parent
b3d99e46d8
commit
7fa2310e1e
1 changed files with 2 additions and 2 deletions
|
@ -29,10 +29,10 @@ watch for changes when updating scss files (from project root)
|
|||
```bash
|
||||
sass --watch --no-source-map ./la_chariotte/static/sass/style.sass:./la_chariotte/static/css/app.css
|
||||
```
|
||||
sass --no-source-map ./la_chariotte/static/sass/style.sass:./la_chariotte/static/css/app.css
|
||||
|
||||
OR compile css only once (from project root)
|
||||
```bash
|
||||
sass --no-source-map ./jenny/core/static/scss/core.scss:./jenny/core/static/css/core.css
|
||||
sass --no-source-map ./la_chariotte/static/sass/style.sass:./la_chariotte/static/css/app.css
|
||||
```
|
||||
|
||||
## Lancer les tests
|
||||
|
|
Loading…
Reference in a new issue