You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 20, 2018. It is now read-only.
Hey there,
I posted a question on Stack Overflow about what I'm trying to do, but figure I might get a better response here.
Basically, I want to set up UseMin so instead of building this:
<script src="scripts/b7197f7b.main.js"></script>
it builds this:
<script src="www.my-cdn-url.com/scripts/b7197f7b.main.js"></script>
Now, I've almost accomplished this with a
blockReplacement
like so:but the problem here is the revisioning number is getting dropped. I am using grunt-rev to produce a version number on my builds.
Hope I've made myself clear --- is there a way to do what I'm trying to accomplish?
The text was updated successfully, but these errors were encountered: