Skip to content

Instantly share code, notes, and snippets.

@jjt
Created August 22, 2014 05:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jjt/fb31b5903a5e418ed52e to your computer and use it in GitHub Desktop.
Save jjt/fb31b5903a5e418ed52e to your computer and use it in GitHub Desktop.
gulp-useref pointing to a different domain?
<!-- 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>
@jjt
Copy link
Author

jjt commented Aug 22, 2014

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment