Make clear that's for dev not live code to be committed

This commit is contained in:
benjamin melançon 2025-03-28 16:40:45 -04:00
parent 5a5d7530e2
commit 22fcbd630b

View file

@ -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
```