Skip to content

Commit

Permalink
More details in the readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
hunttis committed Apr 12, 2016
1 parent 806a5b8 commit 4dc56eb
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Ludum Dare Phaser Template

Based on the ES6 boilerplate by Daniel Belohlavek

https://github.com/belohlavek/phaser-es6-boilerplate


Expand All @@ -21,3 +22,21 @@ Run a development build...
...or a production build.

`npm run production`

Development builds will copy phaser.min.js together with phaser.map and phaser.js Your ES6 code will be transpiled into ES5 and concatenated into a single file. A sourcemap for your code will also be included (by default game.map.js). This build includes the phaser-debug plugin.

Production builds will only copy phaser.min.js and phaser-tiled plugin. Your ES6 code will be transpiled and minified using UglifyJS.

Any modification to the files inside the ./src and ./static folder will trigger a full page reload.

If you modify the contents of other files, please manually restart the server.

## Included (installed with npm install)

Phaser 2.4.6 https://github.com/photonstorm/phaser

Phaser Debug 1.1.9 https://github.com/englercj/phaser-debug

### Included as a static file

Phaser Tiled Plugin 2.0.1 https://github.com/englercj/phaser-tiled

0 comments on commit 4dc56eb

Please sign in to comment.