diff --git a/.gitignore b/.gitignore index a8ed87e..08c7688 100755 --- a/.gitignore +++ b/.gitignore @@ -36,3 +36,4 @@ www/css/*.css !www/css/bootstrap.min.css +/package-lock.json diff --git a/Makefile b/Makefile index e721bbe..94985ba 100644 --- a/Makefile +++ b/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