In the comment I'd left, I thought we could move the pipeline instantiation out entirely. But it is needed to know which args to expect (the arguments with the additional sources needed for the pipeline to run), so instead broke the instantiation out into another method for better readability.
Also remembered to add the 'phaser_output' directory as an ignored directory, since I tend to use it and others might also - it's a convenient place to put output when developing, and it's the output location used in examples.
In the comment I'd left, I thought we could move the pipeline instantiation out entirely. But it is needed to know which args to expect (the arguments with the additional sources needed for the pipeline to run), so instead broke the instantiation out into another method for better readability.
Also remembered to add the 'phaser_output' directory as an ignored directory, since I tend to use it and others might also - it's a convenient place to put output when developing, and it's the output location used in examples.