Browse Source

fix Makefile

master
cagettepei.lxd 3 years ago
parent
commit
f94e005a91
  1. 1
      .gitignore
  2. 3
      Makefile

1
.gitignore

@ -36,3 +36,4 @@ www/css/*.css
!www/css/bootstrap.min.css
/package-lock.json

3
Makefile

@ -26,9 +26,6 @@ install_dev:
#template tools
haxelib run templo
sudo mv temploc2 /usr/bin
#extra plugins
@if [ $(PLUGINS) = 1 ]; then \
fi
#install npm dependencies
npm install
npm run libs:dev

Loading…
Cancel
Save