diff options
author | marudor <marudor@marudor.de> | 2019-05-16 16:10:53 +0200 |
---|---|---|
committer | marudor <marudor@marudor.de> | 2019-05-16 16:10:53 +0200 |
commit | 84b32b28e9f1da6576e4864a0f374b341a2c9920 (patch) | |
tree | d6bd27263aa3117c9368d3005fe27519f4793247 /scripts | |
parent | 87e74ca90d4c13758461f380b00ed83b5a287da9 (diff) |
Further color improvements
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/asset-rebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/asset-rebuild b/scripts/asset-rebuild index 2d31bc5..dd32113 100755 --- a/scripts/asset-rebuild +++ b/scripts/asset-rebuild @@ -2,6 +2,6 @@ set -x -for file in autocomplete geolocation travelynx-actions theme; do +for file in autocomplete geolocation travelynx-actions; do uglifyjs public/static/js/${file}.js -c -m > public/static/js/${file}.min.js done |