Milestone 08-14

* Mahjong Ranking wurde stark vereinfacht um Fehler besser vorzubeugen.
* Online WYSIWYG Editor auf CKEditor umgeändert, damit online bearbeiten für unbedarfte besser funktioniert.
* Viele kleine Optimierungen am CSS für bessere Performance.
* CSS wird jetzt aus LESS Code generiert
* Für dise Arbeit wird jetzt grunt und node package management lokal verwendet.
This commit is contained in:
Christian Berg
2015-08-23 16:37:39 +02:00
parent 8981d4b261
commit a7bfd2157d
279 changed files with 14708 additions and 2429 deletions

View File

@@ -2,11 +2,12 @@
. /usr/share/virtualenvwrapper/virtualenvwrapper_lazy.sh
workon kasu
echo "aktualisiere Übersetzungen..."
exit
cd src
unset DJANGO_SETTINGS_MODULE
for dir in *
do
if [ -d $dir/locale ]
echo "Übersetze $dir"
then
echo -n "$dir: "
cd $dir
@@ -20,7 +21,8 @@ export DJANGO_SETTINGS_MODULE="kasu.settings.production"
echo "lösche den Python Compiler Cache..."
find . -name "*.pyc" -exec rm -rf {} \;
echo "Aktualisiere Statics"
./manage.py collectstatic --noinput -c
echo "Erstelle Vorschaubilder"
./manage.py generateimages
touch kasu/wsgi.py