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

Only parse js extensions #3

Closed
jwalton opened this issue Jan 10, 2014 · 1 comment
Closed

Only parse js extensions #3

jwalton opened this issue Jan 10, 2014 · 1 comment

Comments

@jwalton
Copy link
Contributor

jwalton commented Jan 10, 2014

For require and falafel transforms, it would be nice if there was an option to only parse js type files by default. Trying to run a JSON file through a require or falafel transform wouldn't go vey well, for example.

  • ".js"
  • ".coffee", ".coffee.md", ".litcoffee" - via coffeeify
  • "._js", "._coffee" - Streamline.js
  • ".jade" - jadeify
  • ".vash" - vashify
  • No ".hbs" from hbsfy, because Handlebars can't inline Javascript code?

It would be nice if there was a way for end-users to specify what extensions should be processed in the module config, or even for them to specify exactly which files should be processed for performance optimization.

@jwalton
Copy link
Contributor Author

jwalton commented Jan 17, 2014

Fixed via 010023c.

@jwalton jwalton closed this as completed Jan 17, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

1 participant