Make clear that's for dev not live code to be committed
This commit is contained in:
parent
5a5d7530e2
commit
22fcbd630b
1 changed files with 6 additions and 0 deletions
|
@ -43,3 +43,9 @@ ddev drush -y rsync --exclude-paths=css:js:php --verbose @live:%files/ @self:%fi
|
|||
```shell
|
||||
ddev npm run sass-dev
|
||||
```
|
||||
|
||||
Or when ready to commit for production deploy:
|
||||
|
||||
```
|
||||
ddev npm run sass-prod
|
||||
```
|
||||
|
|
Loading…
Add table
Reference in a new issue