J. Regner

Results 32 comments of J. Regner

After some fast investigation: Changing `.src(path.normalize('components/**/*.js'))` to `.src('components/**/*.js')` forces gulp to create the components in the right directory (lib, not lib/components). But already even before the components are compiled, I...

After another test within a docker-container (with Linux) I'm also facing the problem `TypeError: Cannot read property 'BodyComponent' of undefined` I think this is not an error from windows. I...

I did not test it on 'real' Linux, but I run the installation with `yarn` instead of `npm`. And it worked. I think the newer mjml packages cause the problem....

Yes it should. Please keep your change but remove the section at the end of the README. :)

I would expect traits to live only inside the `Support` namespace, as you can use them everywhere. See example below: ```php trait Debug { protected function log($exception) { // do...

You are close :) I also want to say thank you, for your contribution! It's nice to see people helping us with this little project.

Yes, I only want them to be created inside the `Support` namespace. Traits are properties and methods you can reuse in **every** class. It is quite unlikely you will create...

This sounds quite interesting, could you provide some examples or more information about how you would expect this to be integrated?

Feel free to support us with a pull request :)