Mercurial > hg > dml-open-vis
view bin/refresh-prod @ 1:f38015048f48 tip
Added GPL
| author | Daniel Wolff | 
|---|---|
| date | Sat, 13 Feb 2016 20:43:38 +0100 | 
| parents | 493bcb69166c | 
| children | 
line wrap: on
 line source
#!/bin/sh if [ "$1" = 'v' ]; then app/console assets_version:increment --env=prod fi app/console cache:clear --env=prod rm $/all.css rm $/vendor.js rm $/app.js rm $/testing.css rm $/testing.js app/console assetic:dump --env=prod cat ./app/config/assets_version.yml
