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

considers the use of ".css?[hash]" or ".js?[hash]" #27

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

MatiasMorici
Copy link

@MatiasMorici MatiasMorici commented Jan 2, 2020

I need to add a hash after the CSS extension, and this change considers that file format.

@fqborges fqborges force-pushed the master branch 2 times, most recently from 3e17fce to 3e3767d Compare June 15, 2020 13:24
@fqborges
Copy link
Owner

Hello! Thanks for your PR, but it got lost between my vacations and all this corona virus thing. I just found it now reviewing other PRs.

Could you please rebase to a single commit, add a test and resubmit?

@patricekaufmann
Copy link

This pull request actually fixes the problem I am currently encountering.

@fqborges
Copy link
Owner

It didn't got merged because 'lastIndexOf(js)' is not the same as 'endswith(js?[hash])'.

You can pick from there and improve. It would be wonderful!

The best solution probably would be regexps for identifying ignores (js, mjs, js?[hash]) and matches (css, scss)

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

Successfully merging this pull request may close these issues.

None yet

3 participants