Pete Cooper

Results 33 comments of Pete Cooper

The solution I'm using to ensure Clockwork isn't loaded outside of local is similar to the [local only installation of Telescope](https://laravel.com/docs/8.x/telescope#local-only-installation) AppServiceProvider: ```php public function register() { if ($this->app->environment('local') &&...

If someone can write both generators with Typescript support I'll be happy to accept

Sounds good @markogresak. I don't know anything about Typescript to be honest but tsd looks pretty popular so don't see why not adding it as an option if you pass...

Hey @Atrox thanks for doing this I've lagged behind a bit with the planned features! With regards to ejs, see https://github.com/petecoop/generator-express/blob/master/app/index.js#L216 iirc I've had to use `bulkDirectory` to stop it...

Do you have any reference on mpromise being deprecated? I can't find anything

The test bit in the readme was for the generator itself, rather than projects it creates. But we are now generating tests, is there a test folder in your generated...

That middleware is for converting front-end files on the fly. Similar to coffeescript would be using the `babel-register` require hook. However [Node v6](http://node.green/) already supports 91% of ES6 by default...

Yep I'm running some projects with Node 6 with no issues, it's backward compatibility is pretty good

Yeah that's very true. The question is then what should I actually change, any suggestions?

Hey no worries! I'll start an es6 branch for this