File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -9,11 +9,17 @@ v.log('{bgYellow}{black} \\/ \\/ \\/ \\/
99v . log ( '{bgYellow}{black} Available commands: ' ) ;
1010
1111v . log ( '{white}* npm run {green}build {cyan} Build dev version of Phaser with Webpack' ) ;
12- v . log ( '{white}* npm run {green}watch {cyan} Build dev & put Webpack into watch mode' ) ;
13- v . log ( '{white}* npm run {green}dist {cyan} Build dist & min versions of Phaser' ) ;
12+ v . log ( '{white}* npm run {green}watch {cyan} Build dev & put Webpack in watch mode' ) ;
13+ v . log ( '{white}* npm run {green}dist {cyan} Build dist versions of Phaser' ) ;
1414v . log ( '{white}* npm run {green}lint {cyan} ESLint check Phaser source' ) ;
1515v . log ( '{white}* npm run {green}lintfix {cyan} ESLint check and fix Phaser source' ) ;
1616v . log ( '{white}* npm run {green}sloc {cyan} Get source code & comments line count' ) ;
1717v . log ( '{white}* npm run {green}bundleshaders {cyan} Convert vert/frag shaders to js' ) ;
18+ v . log ( '{white}* npm run {green}plugin.cam3d {cyan} Build Camera3D Plugin' ) ;
19+ v . log ( '{white}Facebook Instant Games:' ) ;
20+ v . log ( '{white}* npm run {green}buildfb {cyan} Build dev Phaser FB with Webpack' ) ;
21+ v . log ( '{white}* npm run {green}watchfb {cyan} Build FB dev in Webpack watch mode' ) ;
22+ v . log ( '{white}* npm run {green}distfb {cyan} Build dist versions of Phaser FB' ) ;
23+ v . log ( '{white}* npm run {green}distfull {cyan} Build dist versions of Phaser + FB' ) ;
1824
1925v . log ( '{bgYellow}{black} https://phaser.io https://labs.phaser.io ' ) ;
You can’t perform that action at this time.
0 commit comments