Merge pull request #51 from CharlotteGore/commonjs
PIXI now wrapped in an anonymous function, with exports for CommonJS.
This commit is contained in:
commit
d9ab4ec80c
3 changed files with 25 additions and 1 deletions
|
@ -9,6 +9,7 @@ module.exports = function(grunt) {
|
|||
var root = 'src/pixi/',
|
||||
debug = 'bin/pixi.dev.js',
|
||||
srcFiles = [
|
||||
'<%= dirs.src %>/Intro.js',
|
||||
'<%= dirs.src %>/Pixi.js',
|
||||
'<%= dirs.src %>/Point.js',
|
||||
'<%= dirs.src %>/Rectangle.js',
|
||||
|
@ -33,7 +34,8 @@ module.exports = function(grunt) {
|
|||
'<%= dirs.src %>/textures/BaseTexture.js',
|
||||
'<%= dirs.src %>/textures/Texture.js',
|
||||
'<%= dirs.src %>/loaders/SpriteSheetLoader.js',
|
||||
'<%= dirs.src %>/loaders/AssetLoader.js'
|
||||
'<%= dirs.src %>/loaders/AssetLoader.js',
|
||||
'<%= dirs.src %>/Outro.js',
|
||||
], banner = [
|
||||
'/**',
|
||||
' * @license',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue