mirror of
https://github.com/wassname/phaser.git
synced 2026-08-17 11:23:42 +08:00
Removed the FX project as it's no longer needed and tidied up the build folder.
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user