Skip to content

Commit

Permalink
[sync.sh][xs]: fix missing '' that causes bug in template.
Browse files Browse the repository at this point in the history
  • Loading branch information
rufuspollock authored Nov 11, 2020
1 parent cfe3339 commit ff6fc63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sync.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ git clone $DATAPUB_APP datapub
cd datapub && npm install . && npm run build
wget https://raw.githubusercontent.com/johanhaleby/bash-templater/master/templater.sh
for x in $(ls build/static/js/*.js build/static/css/*.css); do
bundles=$bundles"\{\% resource $x \%\}"\\n
bundles=$bundles"\{\% resource '$x' \%\}"\\n
done

cp -r build/static/* datapub/fanstatic/
Expand Down

0 comments on commit ff6fc63

Please sign in to comment.