mirror of
https://framagit.org/la-chariotte/la-chariotte.git
synced 2025-05-02 11:52:27 +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
|
```bash
|
||||||
sass --watch --no-source-map ./la_chariotte/static/sass/style.sass:./la_chariotte/static/css/app.css
|
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)
|
OR compile css only once (from project root)
|
||||||
```bash
|
```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
|
## Lancer les tests
|
||||||
|
|
Loading…
Reference in a new issue