Harings Rob

Results 104 comments of Harings Rob

May be related/solve with https://github.com/area17/twill/issues/1761

Hey @MauricioKruijer, I am not entirely sure about this. ` 'public_directory' => env('TWILL_ASSETS_DIR', 'assets/twill'),` the twill assets dir is supposed to be the directory where in the end the assets...

Hey @MauricioKruijer, I did check what you mention. Set `TWILL_ASSETS_DIR=assets/cms/admin` in my `.env` Added a console log in the vue.config.js to confirm: ``` const assetsDir = process.env.TWILL_ASSETS_DIR || 'assets/admin' console.error(assetsDir);...

Hey @MauricioKruijer, I will close this for now. If you still have the issue, perhaps check if maybe your system drive is case sensitive and there is some casing issue....

Ah that is an interesting take indeed. I will check that out.

I personally do not have much time at the moment to focus on this. I think the pr is open for changes :).

Tests are failing because of external dependency's, I would drop php 5.3 support.

Hello @spolischook, Changes are made. As for your second comment, there is no short array syntax used anywhere in my commit.

Hello @stof, Thanks for the review, makes sense. Changes have been applied.

@spolischook I will remove the hhvm. For the other part I don't agree, `PHP Parse error: syntax error, unexpected '[' in /home/travis/build/Behat/MinkExtension/vendor/behat/behat/src/Behat/Testwork/Argument/MixedArgumentOrganiser.php on line 288` As behat is no going...