diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index 6e23691bf..e6f139662 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -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! - 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: diff --git a/contrib/cleanup.sh b/contrib/cleanup.sh index 689e44aa3..b0c6c442a 100755 --- a/contrib/cleanup.sh +++ b/contrib/cleanup.sh @@ -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/report.coffee rm app/assets/javascripts/app/controllers/report_profile.coffee + diff --git a/contrib/packager.io/after.sh b/contrib/packager.io/after.sh index 2622f9d3c..70d0c8a91 100755 --- a/contrib/packager.io/after.sh +++ b/contrib/packager.io/after.sh @@ -9,3 +9,6 @@ set -e # download locales and translations to make a offline installation possible contrib/packager.io/fetch_locales.rb + +# delete asset cache +rm -r tmp/cache \ No newline at end of file