Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
A
Angular-Pixijs-Game
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Richard Torenvliet
Angular-Pixijs-Game
Commits
4ee65b08
Commit
4ee65b08
authored
Jun 18, 2015
by
Richard Torenvliet
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Build makefile
parent
5ec326e8
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
Gruntfile.js
Gruntfile.js
+1
-1
makefile
makefile
+1
-1
No files found.
Gruntfile.js
View file @
4ee65b08
...
...
@@ -107,7 +107,7 @@ module.exports = function ( grunt ) {
push
:
false
,
pushTo
:
'
origin
'
}
},
},
/**
* The directories to delete when `grunt clean` is executed.
...
...
makefile
View file @
4ee65b08
...
...
@@ -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/b
in/ pixi-game ./etc/deploy.s
h
docker run
--rm
-ti
-v
$(DEPLOY_PATH)
:/app/b
uild/ pixi-game grunt watc
h
# inside docker
install
:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment