clean cache after package build
This commit is contained in:
parent
b19af65a46
commit
e942d02d24
3 changed files with 5 additions and 1 deletions
2
.github/ISSUE_TEMPLATE.md
vendored
2
.github/ISSUE_TEMPLATE.md
vendored
|
@ -6,7 +6,7 @@ Hi there - thanks for filling an issue. Please ensure the following things befor
|
||||||
- Add the `log/production.log` file from your system. Attention: Make sure no confidential data is in it!
|
- Add the `log/production.log` file from your system. Attention: Make sure no confidential data is in it!
|
||||||
- Please write the issue in english
|
- Please write the issue in english
|
||||||
|
|
||||||
* This textblock will be removed automatically when you submit the issue*
|
* The textblock between "<!-- -->" will be removed automatically when you submit the issue *
|
||||||
-->
|
-->
|
||||||
|
|
||||||
### Infos:
|
### Infos:
|
||||||
|
|
|
@ -11,3 +11,4 @@ rm app/assets/javascripts/app/controllers/_integration/clearbit.coffee
|
||||||
rm app/assets/javascripts/app/controllers/role.coffee
|
rm app/assets/javascripts/app/controllers/role.coffee
|
||||||
rm app/assets/javascripts/app/controllers/report.coffee
|
rm app/assets/javascripts/app/controllers/report.coffee
|
||||||
rm app/assets/javascripts/app/controllers/report_profile.coffee
|
rm app/assets/javascripts/app/controllers/report_profile.coffee
|
||||||
|
|
||||||
|
|
|
@ -9,3 +9,6 @@ set -e
|
||||||
|
|
||||||
# download locales and translations to make a offline installation possible
|
# download locales and translations to make a offline installation possible
|
||||||
contrib/packager.io/fetch_locales.rb
|
contrib/packager.io/fetch_locales.rb
|
||||||
|
|
||||||
|
# delete asset cache
|
||||||
|
rm -r tmp/cache
|
Loading…
Reference in a new issue