Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error making custom build #321

Closed
rafelsanso opened this issue Aug 16, 2017 · 3 comments
Closed

Error making custom build #321

rafelsanso opened this issue Aug 16, 2017 · 3 comments
Milestone

Comments

@rafelsanso
Copy link

rafelsanso commented Aug 16, 2017

This Issue is about the generation of custom builds.

  • Phaser version(s): v2.8.3

  • What should happen:

The following command, used in documentation, should create a custom build.

grunt custom --exclude gamepad,keyboard 
  • What happens instead:
    Instead of this, will appear an error:
[...]\phaser-ce>grunt custom --exclude gamepad,keyboard --filename phaser-nokeys
Warning: Task "gamepad,keyboard" not found. Use --force to continue.

Aborted due to warnings.

I already have installed Grunt globally. In fact, I can use "grunt nophysics", for example, and this command works fine.

@photonstorm
Copy link
Collaborator

The above works fine for me.

Try this: grunt custom --exclude="gamepad,keyboard"

@samme
Copy link
Collaborator

samme commented Aug 16, 2017

It needs a = before the module list now, so the command prompt is wrong. Sorry about that.

samme added a commit that referenced this issue Aug 17, 2017
@samme samme added this to the 2.8.5 milestone Aug 19, 2017
@samme
Copy link
Collaborator

samme commented Aug 19, 2017

Documented in 9173f9b.

@samme samme closed this as completed Aug 19, 2017
@samme samme changed the title Error making custom buid Error making custom build Aug 19, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants