Removed old leftovers from bower and ionicons. These caused problems. Also added support for local Dockerfile (for dev)

This commit is contained in:
Ronny Roos 2016-06-22 21:25:54 +02:00
parent 0236ea72e9
commit eb3127a4c0
8 changed files with 50 additions and 21 deletions

View file

@ -116,7 +116,7 @@
"gh-pages": "wintersmith build -C docs && gh-pages -d docs/build",
"start": "npm run server:dev",
"start:hmr": "npm run server:dev:hmr",
"postinstall": "npm run typings -- install && bower install",
"postinstall": "npm run typings -- install",
"version": "npm run build",
"postversion": "git push && git push --tags"
},