paolobenve / myphotoshare

MOVED TO GITLAB! --- A Web 2.0 Photo Gallery Done Right via Static JSON, Dynamic Javascript and a bit of php for sharing
15 stars 0 forks source link

Don't include translations by default #17

Closed joachimtingvold closed 7 years ago

joachimtingvold commented 7 years ago

Don't include translations by default. Also renamed .css/.js-files to make room for files in-between without needing to reorder them all.

Fixes #16.

joachimtingvold commented 7 years ago

This will cause 404 on clients when trying to load 035-translations.js (unless the file is copied/moved), but that's OK; a) it will default to english even when 404, and b) the individual *.js-includes are temporary until "styles.min.css"/"scripts.min.js" becomes default again (and js-css-minify.sh won't include the 035-translations.js.dist unless it's copied/moved).