Skip to content

Commit 8d729a8

Browse files
committed
Remove php prefix for classpreloader.php call
1 parent 577677f commit 8d729a8

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,10 +78,12 @@ visitor:
7878
7979
### TODO
8080
81+
- Remove dependency on classpreloader.php console
8182
- Better documentation
8283
- Output is pretty rough for build command and its variants (--deploy and --watch)
8384
- bga init command to interactively create project config + (optionally) deploy config
8485
- Attempt PHP 5.6 compat?
86+
- Generate image of state machine (ASCII or regular image)
8587
- Lint files in watch before deploy
8688
- validate states file - states functions all present
8789
- better validate command - run all and show results at end rather than exit on first

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "dholmes/bga-workbench",
3-
"version": "0.0.7",
3+
"version": "0.0.8",
44
"type": "library",
55
"description": "BoardGameArena Workbench",
66
"minimum-stability": "stable",

src/BGAWorkbench/Builder/CompileComposerGame.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,6 @@ function (\SplFileInfo $file) {
129129
$this->fileSystem->put($configFilepath, '<?php return ' . var_export($filePaths, true) . ';');
130130

131131
$process = ProcessBuilder::create([
132-
'php',
133132
'classpreloader.php',
134133
'compile',
135134
'--config=' . $configFilepath,

0 commit comments

Comments
 (0)