add asset-rebuild helper script
This commit is contained in:
parent
fcb01bddf7
commit
8e412e199c
1 changed files with 7 additions and 0 deletions
7
scripts/asset-rebuild
Executable file
7
scripts/asset-rebuild
Executable file
|
@ -0,0 +1,7 @@
|
|||
#!/bin/sh
|
||||
|
||||
set -x
|
||||
|
||||
for file in autocomplete geolocation travelynx-actions; do
|
||||
uglifyjs public/static/js/${file}.js -c -m > public/static/js/${file}.min.js
|
||||
done
|
Loading…
Reference in a new issue