Revath S Kumar
Revath S Kumar
Yes, I have seen #75. but since I am new to this code base I haven't tried for generic solution. But lemme try to work on it. On Mon, Mar...
I tried [backbone](https://github.com/yeoman/generator-backbone), [webapp](https://github.com/yeoman/generator-webapp/) and [mocha](https://github.com/yeoman/generator-mocha) along with yeoman-app and backbone generator generated files in the target directory itself and others generated files in the yeoman-app directory. (I cloned yeoman-app...
All the app and test files that particular generator generated. I am on OSX 10.10. On Mon, Mar 28, 2016 at 9:45 PM, Stefan Buck [email protected] wrote: > What kind...
@libesz Could you check whether this is working fine in [marked.js](https://marked.js.org/demo/?text=&options=)
@Dev-iL Thanks for your kind words. As of now I am not familiar with `code-prettify`. If you can raise a PR adding this functionality. I am happy to merge it.
@mastertinner I tried to reproduce this issue and seems like it works fine for me. Do you have any extra details which I can use to reproduce this?
@Anderson-Juhasc You need to update/add the copy task accordingly to copy all the php files to dist. Then try `grunt server:dist` to make sure everything works.
@Anderson-Juhasc Yeoman will configure a build in [Gruntfile.js](https://github.com/revathskumar/yeoman-php/blob/master/Gruntfile.js) so that grunt command read the configuration. Here is the [copy task](https://github.com/revathskumar/yeoman-php/blob/master/Gruntfile.js#L230) configured by default. Right now this is configured just to...