Open IAMtheIAM opened 7 years ago
Yeah, PR please.
I got it done, forked and committed locally but it won't push to my fork. It just hangs on "running build...passed!" Using sourceTree... any ideas?
EDIT: got it, I had to delete .git/pre-push
to get it to finish.
PR submitted The CI test failed for some reason though, not sure why.
The plugin ignores css files if they have a hash attached to them.
/css/app.style.css?7ec000f0d0dbcb1dd347
If it was generated like this:
I had customized the old API to accept the hash. Will you accept a PR for this new API to accept the hash? I basically did some regex to check for it and strip the hash off, so it could process the CSS file. Unless you know of a better way...