Merge pull request #1 from monarc-project/deliveriesTemplatesForClients
Deliveries templates for clientspull/2/head
commit
8351700d00
|
@ -15,10 +15,12 @@ public/css/
|
|||
public/js/
|
||||
public/img/
|
||||
public/views/
|
||||
public/flags/
|
||||
module/
|
||||
node_modules/
|
||||
config/application.config.php
|
||||
bin/
|
||||
data/monarc/
|
||||
data/DoctrineORMModule/
|
||||
data/json/
|
||||
go-pear.phar
|
||||
|
|
|
@ -12,6 +12,13 @@ if [ ! -d public/css ]; then
|
|||
else
|
||||
find -L public/css -type l -exec rm {} \;
|
||||
fi
|
||||
|
||||
if [ ! -d public/flags ]; then
|
||||
mkdir public/flags
|
||||
else
|
||||
find -L public/flags -type l -exec rm {} \;
|
||||
fi
|
||||
|
||||
if [ ! -d public/views/dialogs ]; then
|
||||
mkdir -p public/views/dialogs
|
||||
else
|
||||
|
@ -93,4 +100,3 @@ if [ -d node_modules/ng_client ]; then
|
|||
grunt concat
|
||||
popd
|
||||
fi
|
||||
|
||||
|
|
Loading…
Reference in New Issue