Compare commits

...
4 Commits
Author SHA1 Message Date
cagettepei.lxd bbeea934e4 tagged as 1.7.2 2021-08-25 19:10:48 +04:00
cagettepei.lxd 3c8a2507d9 no package-lock.json 2021-08-25 19:10:35 +04:00
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
5 changed files with 3 additions and 6195 deletions
+1 -2
View File
@@ -1,7 +1,7 @@
*.n *.n
*.php *.php
config.xml config.xml
/package-lock.json package-lock.json
www/plugin/* www/plugin/*
tmp/* tmp/*
*node_modules* *node_modules*
@@ -35,4 +35,3 @@ www/css/.sass-cache
www/css/*.css www/css/*.css
!www/css/bootstrap.min.css !www/css/bootstrap.min.css
+1 -1
View File
@@ -1 +1 @@
1.7.0 1.7.2
-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
-6188
View File
File diff suppressed because it is too large Load Diff
+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.2"
} }