Mercurial > hg > dml-open-vis
comparison bin/refresh-prod @ 0:493bcb69166c
added public content
| author | Daniel Wolff | 
|---|---|
| date | Tue, 09 Feb 2016 20:54:02 +0100 | 
| parents | |
| children | 
   comparison
  equal
  deleted
  inserted
  replaced
| -1:000000000000 | 0:493bcb69166c | 
|---|---|
| 1 #!/bin/sh | |
| 2 | |
| 3 if [ "$1" = 'v' ]; | |
| 4 then | |
| 5 app/console assets_version:increment --env=prod | |
| 6 fi | |
| 7 | |
| 8 app/console cache:clear --env=prod | |
| 9 | |
| 10 rm $/all.css | |
| 11 rm $/vendor.js | |
| 12 rm $/app.js | |
| 13 rm $/testing.css | |
| 14 rm $/testing.js | |
| 15 app/console assetic:dump --env=prod | |
| 16 | |
| 17 cat ./app/config/assets_version.yml | 
