add make commands for compile/collect messages and compile css#55
add make commands for compile/collect messages and compile css#55qutaiba wants to merge 1 commit into
Conversation
| b2b.css: | ||
| docker-compose `echo ${DOCKER_COMPOSE_FILES}` exec b2b npm run scss | ||
|
|
||
| b2b.makemessages: |
There was a problem hiding this comment.
@qutaiba I'm not sure we need to makemessages on setup. since the po files are checked in, we just need to compile them to get the compiles mo version. This way every time the setup is run, the po files will appear as changes to be committed.
There was a problem hiding this comment.
@a-nassif makemessages is needed on your local setup to collect the new added strings, and po files are required to be committed as mo files are ignored and will not be committed, compilemessages will happen during the deployment
|
I see 2 other branches that attempt to make changes to make-commands. Can we make all the changes we need/needed in this PR and delete the other 2 branches? |
No description provided.