- using a single JS source for all examples instead of duplicating files unnecessarily.

- updating Gruntfile and package.json to include grunt-concat-sourcemap and grunt-contrib-watch for easier development.
- use "grunt build-debug" to build a source-mapped file to pixi.dev.js -- or use "grunt watch" during development of examples to auto build-debug any JS changes to PIXI source or the example files.
This commit is contained in:
mattdesl 2013-10-23 11:44:34 -04:00
parent e50a6716d8
commit ddb24d7fe0
39 changed files with 49 additions and 170570 deletions

View file

@ -10,7 +10,7 @@
}
</style>
<script src="pixi.js"></script>
<script src="../../bin/pixi.dev.js"></script>
</head>
<body>

File diff suppressed because it is too large Load diff