Merge branch 'master' of artcode.re:cagetters/cagette
This commit is contained in:
@@ -7,7 +7,7 @@ ENV?="dev"
|
|||||||
|
|
||||||
install:
|
install:
|
||||||
#copy config file from template
|
#copy config file from template
|
||||||
cp config.xml.dist config.xml
|
#cp config.xml.dist config.xml
|
||||||
@if [ $(ENV) = "dev" ]; then \
|
@if [ $(ENV) = "dev" ]; then \
|
||||||
make install_dev; \
|
make install_dev; \
|
||||||
fi
|
fi
|
||||||
@@ -63,6 +63,8 @@ frontend:
|
|||||||
else \
|
else \
|
||||||
haxe cagetteJs.hxml; \
|
haxe cagetteJs.hxml; \
|
||||||
fi
|
fi
|
||||||
|
mkdir -p tmp
|
||||||
|
chown www-data:www-data tmp
|
||||||
|
|
||||||
#update POT file from source
|
#update POT file from source
|
||||||
i18n:
|
i18n:
|
||||||
|
|||||||
Reference in New Issue
Block a user