Compare commits

..
2 Commits
Author SHA1 Message Date
cagettepei.lxd 6c0e632ef2 tagged as 1.7.1 2021-08-25 19:06:37 +04:00
cagettepei.lxd f94e005a91 fix Makefile 2021-08-25 19:06:24 +04:00
4 changed files with 3 additions and 5 deletions
+1
View File
@@ -36,3 +36,4 @@ www/css/*.css
!www/css/bootstrap.min.css !www/css/bootstrap.min.css
/package-lock.json
+1 -1
View File
@@ -1 +1 @@
1.7.0 1.7.1
-3
View File
@@ -26,9 +26,6 @@ install_dev:
#template tools #template tools
haxelib run templo haxelib run templo
sudo mv temploc2 /usr/bin sudo mv temploc2 /usr/bin
#extra plugins
@if [ $(PLUGINS) = 1 ]; then \
fi
#install npm dependencies #install npm dependencies
npm install npm install
npm run libs:dev npm run libs:dev
+1 -1
View File
@@ -47,5 +47,5 @@
"bugs": { "bugs": {
"url": "https://github.com/bablukid/cagette/issues" "url": "https://github.com/bablukid/cagette/issues"
}, },
"version": "1.7.0" "version": "1.7.1"
} }