Skip to content
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

[Feature] Allow for generating files with endings other than .html #56

Closed
mattstauffer opened this issue Jun 25, 2016 · 4 comments
Closed
Labels
2.0 Targeted for v2.0 enhancement

Comments

@mattstauffer
Copy link
Member

Allow Jigsaw to generate files with non-.html endings so folks can generate .js files or .rss files.

Reference: #46 #50

@damiani
Copy link
Contributor

damiani commented Apr 21, 2017

Support for this added in v1.0.0; you can now process .js, .json, .xml, .rss, .txt, and .text with Blade first: http://jigsaw.tighten.co/docs/other-file-types/

@damiani damiani closed this as completed Apr 21, 2017
@tnorthcutt
Copy link

Just for anyone else arriving here from the googles, the updated docs link is http://jigsaw.tighten.co/docs/content-other-file-types/

@raniesantos
Copy link
Contributor

raniesantos commented May 6, 2020

Does this include blade.yml?

It's not mentioned here or in the docs.

@tnorthcutt @damiani

@damiani
Copy link
Contributor

damiani commented May 6, 2020

No, the only Blade hybrid files currently supported are those listed above and in the docs. Feel free to PR, though; it would require simple changes to the Blade extension arrays in ViewRenderer and InputFile, I believe.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
2.0 Targeted for v2.0 enhancement
Projects
None yet
Development

No branches or pull requests

4 participants