Merge branch 'master' of ssh://rhea.netlor.fr:2222/monarc/skeleton

pull/1/head
Jerome De Almeida 2016-04-25 13:26:15 +02:00
commit 4b00190b5d
2 changed files with 3 additions and 0 deletions

Binary file not shown.

View File

@ -12,6 +12,9 @@ if [ ! -d public/js ]; then
mkdir public/js
fi
if [ ! -d public/css ]; then
mkdir public/css
fi
if [ ! -d public/views ]; then
mkdir -p public/views/dialogs
fi