Skip to content

Commit

Permalink
Update sync.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
zelima authored Nov 12, 2020
1 parent ff6fc63 commit 9771d7b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion sync.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,5 @@ done

cp -r build/static/* datapub/fanstatic/
export RESOURCES=$(python -c "import sys;print(sys.argv[1].replace('build/static','datapub/fanstatic'))" "$bundles")
bash templater.sh ../ckanext/datapub/templates/datapub/snippets/upload_module.template > ../ckanext/datapub/templates/datapub/snippets/upload_module.html
cd ..
bash templater.sh ckanext/datapub/templates/datapub/snippets/upload_module.template > ckanext/datapub/templates/datapub/snippets/upload_module.html

0 comments on commit 9771d7b

Please sign in to comment.