Emma Fabre

Results 48 issues of Emma Fabre

Maybe I'm doing something wrong but I can't seem to make this work with Typescript. I've configured everything as per various examples: ``` js preLoaders: [ { test : /\.ts$/,...

I think this has been mentioned to you on Twitter but I thought I'd create an issue to better track this. This is Monokai highlighting on an Scss file :...

Is there any way to silence the output of the plugin? I'm copying over a lot of images from one folder to my builds folder but it's generating like 500...

It would be really cool if you could create some class with the path to a template that would allow you to add your own generators to the command. That...

Now that Laravel allows annotations it would be nice if you could pass an `--annotate` flag to use annotations on generated controllers. So instead of having this: ``` php /**...

I'm not sure if I'm doing something wrong, I added the library via browser as mentioned in the docs. When I include `pathfinding-browser.js` all my app crashes, not sure why....

I understand the idea behind this, but the fact that you **can't close it** makes it more annoying than anything. Sometimes I just want to open a standalone .ts file...

I tried passing the `--no-theme-condense-nav` option, and if I dump `options` in `aglio-theme/lib/main.js` I can see the option has the proper value: ``` $ aglio -i resources/docs/api.apib -o resources/views/api.html -t...

In Slack now you can specify the type of the snippet (PHP, JSON, etc). Any way to add a way to set that (or recognize it automatically) when sending files...

This is something that becomes quite obvious when you chain multiple method calls as the isBefore/isAfter stand out like a sore thumb: ```reason let before = momentNow() |> Moment.subtract(~duration=duration(1, `days));...