Don't deploy anymore common.js in all instance

This commit is contained in:
Christophe Boulanger 2018-09-11 14:24:52 +02:00
parent 003b7f7388
commit c261c64b80
2 changed files with 0 additions and 8 deletions

2
.gitignore vendored
View File

@ -4,8 +4,6 @@
tmp.html
style.css
style.css.map
common.js
!static/imio/common.js
local_settings.py
passerelle.sqlite3
media

View File

@ -54,12 +54,6 @@ all:
cd static/wasseiges/ && sass style.scss:style.css
cd static/waterloo/ && sass style.scss:style.css
rm -rf static/*/.sass-cache/
for inode in $(shell ls -d static/*/) ; do \
if [ $$inode != static/imio/ ] ; then \
cp static/imio/common.js $$inode; \
echo $$inode; \
fi \
done
for inode2 in $(shell ls -d templates/variants/*/) ; do \
if [ -f $$inode2/prepare-template.py ]; then \
cd $$inode2 && python prepare-template.py; \