Browse Source

create tmp

master 1.3.0
artnuc.ct9 4 years ago
parent
commit
1b84212da5
  1. 4
      Makefile

4
Makefile

@ -7,7 +7,7 @@ ENV?="dev"
install:
#copy config file from template
cp config.xml.dist config.xml
#cp config.xml.dist config.xml
@if [ $(ENV) = "dev" ]; then \
make install_dev; \
fi
@ -63,6 +63,8 @@ frontend:
else \
haxe cagetteJs.hxml; \
fi
mkdir -p tmp
chown www-data:www-data tmp
#update POT file from source
i18n:

Loading…
Cancel
Save