Skip to content

Commit bc1cf42

Browse files
committed
Updated help script
1 parent 3fb0f7c commit bc1cf42

1 file changed

Lines changed: 8 additions & 2 deletions

File tree

scripts/help.js

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,17 @@ v.log('{bgYellow}{black} \\/ \\/ \\/ \\/
99
v.log('{bgYellow}{black} Available commands: ');
1010

1111
v.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');
1414
v.log('{white}* npm run {green}lint {cyan} ESLint check Phaser source');
1515
v.log('{white}* npm run {green}lintfix {cyan} ESLint check and fix Phaser source');
1616
v.log('{white}* npm run {green}sloc {cyan} Get source code & comments line count');
1717
v.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

1925
v.log('{bgYellow}{black} https://phaser.io https://labs.phaser.io ');

0 commit comments

Comments
 (0)