From 4e8929a0b8806098dba30ff5c7d36a581c8a4827 Mon Sep 17 00:00:00 2001 From: Sven Slootweg Date: Sun, 18 May 2014 06:20:48 +0200 Subject: [PATCH] Update README --- README.md | 18 +++++++++++++++--- 1 file changed, 15 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 6b90069..402b2e0 100644 --- a/README.md +++ b/README.md @@ -14,8 +14,8 @@ To compile and minify engine and sample games for production: `gulp` If you want more fine-grained control... -* `gulp dev` compiles in development mode (not minified) -* `gulp prod`, which `gulp` is an alias for, compiles in production mode (minified) +* `gulp dev` compiles everything in development mode (not minified) +* `gulp prod`, which `gulp` is an alias for, compiles everything in production mode (minified) * `gulp dev-engine` compiles the engine in development mode * `gulp prod-engine` compiles the engine in production mode * `gulp dev-gemswap` compiles gemswap in development mode @@ -25,4 +25,16 @@ That's it! ## Documentation -None! Sorry, you'll have to wait for first release, or look at the samples/engine code. \ No newline at end of file +None! Sorry, you'll have to wait for first release, or look at the samples/engine code. + +## License + +[WTFPL](http://www.wtfpl.net/) or [CC0](https://creativecommons.org/publicdomain/zero/1.0/), as usual. + +## External libraries + +This project uses the following external libraries: + +* jQuery by the jQuery foundation, [MIT license](https://jquery.org/license/) +* PreloadJS by gSkinner.com, [MIT license](https://github.com/CreateJS/PreloadJS/blob/master/LICENSE) +* SoundJS by gSkinner.com, [MIT license](https://github.com/CreateJS/SoundJS/blob/master/LICENSE) \ No newline at end of file