Created
August 22, 2014 05:21
-
-
Save jjt/fb31b5903a5e418ed52e to your computer and use it in GitHub Desktop.
gulp-useref pointing to a different domain?
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- I'd like to take this input --> | |
<!-- build:js http://static.mysite.com/bundle.js --> | |
<script src="some.lib.js"></script> | |
<script src="site.js"></script> | |
<!-- endbuild --> | |
<!-- And generate this output --> | |
<script src="http://static.mysite.com/bundle.js"></script> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Solution: https://github.com/qwales1/gulp-assetpaths