Updated README.md to latest

This commit is contained in:
Josh Goldberg
2017-05-08 18:11:31 -07:00
parent ae4b423448
commit 9dd73b511d
2 changed files with 5 additions and 15 deletions
+4 -14
View File
@@ -6,20 +6,10 @@
In-game menu and dialog creation and management for GameStartr.
<!-- {{/Top}} -->
<!-- {{Builds}} -->
## Build Process
<!-- {{Development}} -->
## Development
MenuGraphr uses [Gulp](http://gulpjs.com/) to automate building, which requires [Node.js](http://node.js.org).
To build from scratch, install NodeJS and run the following commands:
```
npm install -g gulp
npm install
gulp
```
See [Documentation/Development](https://github.com/FullScreenShenanigans/Documentation).
See [gulp-shenanigans](https://github.com/FullScreenShenanigans/gulp-shenanigans) for detailed Gulp usage.
<!-- {{/Builds}} -->
<!-- {{/Development}} -->
+1 -1
View File
@@ -44,7 +44,7 @@
},
"devDependencies": {
"gulp": "^3.9.1",
"gulp-shenanigans": "^0.6.10"
"gulp-shenanigans": "^0.6.11"
},
"scripts": {
"gulp": "gulp",