Skip to content

Instantly share code, notes, and snippets.

@edtoken
Created December 14, 2015 08:27
Show Gist options
  • Select an option

  • Save edtoken/2e7a5a3f148f6195d57a to your computer and use it in GitHub Desktop.

Select an option

Save edtoken/2e7a5a3f148f6195d57a to your computer and use it in GitHub Desktop.
function loadFromGrunt(items) {
var html = '';
for (var i in items) {
html += '<script src="/' + items[i] + '"><\/script>';
}
document.write(html);
}
loadFromGrunt([]);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment