-
Notifications
You must be signed in to change notification settings - Fork 265
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Add asset processing for script
tags
#332
Conversation
script
tagsscript
tags
b79c8de
to
b5579de
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is looking pretty awesome, thanks for this work! I would ask that you integrate this feature into one of the current examples as a way to be able to test this feature.
As unit/integration testing is not nearly where it needs to be in this system, this is one of the primary ways to ensure features continue to work as needed (as well as first-line verification).
b5579de
to
92628c5
Compare
I rebased the PR. And added its use to the |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Really great work here! Just two small items, then I'll merge. Thanks boss.
Glad you like it! I amended the PR with your recommended changes. I agree, the name is more appropriate now. I just didn't want to change that many file upfront :) |
Co-authored-by: Anthony Dodd <dodd.anthonyjosiah@gmail.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! Thanks for all of the great work on this feature.
Checklist
site
content with pertinent info (may not always apply).This change adds support for processing
<script>
tags with the asset pipeline in a way similar to<link rel="css">
assets. This fixes the request originally posted by @hobofan in #3 (comment)