Skip to content
Snippets Groups Projects
Commit 4ee65b08 authored by Richard Torenvliet's avatar Richard Torenvliet
Browse files

Build makefile

parent 5ec326e8
No related branches found
No related tags found
No related merge requests found
...@@ -107,7 +107,7 @@ module.exports = function ( grunt ) { ...@@ -107,7 +107,7 @@ module.exports = function ( grunt ) {
push: false, push: false,
pushTo: 'origin' pushTo: 'origin'
} }
}, },
/** /**
* The directories to delete when `grunt clean` is executed. * The directories to delete when `grunt clean` is executed.
......
...@@ -13,7 +13,7 @@ run: ...@@ -13,7 +13,7 @@ run:
docker run --rm -ti -p 8282:80 -v $(DIR)/src/:/app/src/ pixi-game docker run --rm -ti -p 8282:80 -v $(DIR)/src/:/app/src/ pixi-game
deploy: 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 # inside docker
install: install:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment