trabajo-afectivo/contrib/packager.io/after.sh

15 lines
251 B
Bash
Raw Normal View History

#!/bin/bash
#
# packager.io after script
#
2016-12-06 13:52:49 +00:00
PATH=$(pwd)/bin:$(pwd)/vendor/bundle/bin:$PATH
set -e
# download locales and translations to make a offline installation possible
contrib/packager.io/fetch_locales.rb
2017-01-09 22:45:09 +00:00
# delete asset cache
rm -r tmp/cache