Commit 4ee65b08 authored by Richard Torenvliet's avatar Richard Torenvliet

Build makefile

parent 5ec326e8
......@@ -107,7 +107,7 @@ module.exports = function ( grunt ) {
push: false,
pushTo: 'origin'
}
},
},
/**
* The directories to delete when `grunt clean` is executed.
......
......@@ -13,7 +13,7 @@ run:
docker run --rm -ti -p 8282:80 -v $(DIR)/src/:/app/src/ pixi-game
deploy:
docker run --rm -ti -v $(DEPLOY_PATH):/app/bin/ pixi-game ./etc/deploy.sh
docker run --rm -ti -v $(DEPLOY_PATH):/app/build/ pixi-game grunt watch
# inside docker
install:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment