-
Notifications
You must be signed in to change notification settings - Fork 177
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Build system #8
Comments
Added to master:
Considering whether or not to switch to https://github.com/sakunyo/grunt-pandoc instead. This would avoid the need to use separate tasks for each markdown -> X process but may be slower. Any opinions or alternative suggestions? |
If it helps, we use grunt-pandoc to generate documentation internally just so we can avoid the overhead of managing separate tasks. We have automated this process with CI and I am yet to notice any slowdown that is impactful. |
@rowoot thanks for sharing your insights. I think we might just switch to using grunt-pandoc for now and review whether it introduces any bottlenecks further down the line. It'll definitely make it easier to introduce more export formats. |
@addyosmani Happy to submit PR with the change. Is it fine? |
Absolutely! That would be awesome. Thank you :) |
Don't know if you've heard of Assemble.io - think of it as a Jekyll style system except made with Grunt and Node.js rather than Ruby and Rails. It's used for generating static sites, and could probably still work alongside other grunt plugins for cross media publishing. |
@KraigWalker thanks for the heads up, I can look into it. |
Shameless plug, I have a grunt-pandoc plugin of my own: https://github.com/Dashed/grunt-pandoc I think it's a little generalized config-wise. I probably made significant changes locally -- mostly to adhere to grunt plugin spec. Let me know if there's any interest. EDIT: See #8 (comment) |
I moved on from grunt to gulp as a flexible and easier way to manage my pandoc based projects. My setup can be found at pandoc-seed-project. I largely recommend this over my project: https://github.com/Dashed/grunt-pandoc |
Thanks! We'll check it out. On Tuesday, 21 January 2014 19:20:28, Alberto Leal notifications@github.com
|
Ideally we want a setup that:
The text was updated successfully, but these errors were encountered: