Removed the FX project as it's no longer needed and tidied up the build folder.

This commit is contained in:
Richard Davey
2013-08-06 03:43:53 +01:00
parent 11954812c6
commit a7873a3b74
50 changed files with 580 additions and 76519 deletions
-32
View File
@@ -51,23 +51,6 @@ module.exports = function (grunt) {
comments: true
}
},
//tests: {
// src: ['Tests/**/*.ts'],
// options: {
// target: 'ES5',
// declaration: true,
// comments: true
// }
// }
//fx: {
// src: ['SpecialFX/**/*.ts'],
// dest: 'build/phaser-fx.js',
// options: {
// target: 'ES5',
// declaration: true,
// comments: true
// }
//}
},
copy: {
main: {
@@ -76,12 +59,6 @@ module.exports = function (grunt) {
dest: 'Tests/phaser.js'
}]
},
fx: {
files: [{
src: 'build/phaser-fx.js',
dest: 'Tests/phaser-fx.js'
}]
},
mainAmd: {
files: [{
src: 'build/phaser.js',
@@ -91,15 +68,6 @@ module.exports = function (grunt) {
processContent: wrapPhaserInUmd
}
},
fxAmd: {
files: [{
src: 'build/phaser-fx.js',
dest: 'build/phaser-fx.amd.js'
}],
options: {
processContent: wrapAddonInUmd
}
}
},
watch: {
files: '**/*.ts',