Skip to content

Instantly share code, notes, and snippets.

@antonybudianto
Created July 23, 2016 09:11
Show Gist options
  • Save antonybudianto/1297a67a9d255394eae0b860b18eb839 to your computer and use it in GitHub Desktop.
Save antonybudianto/1297a67a9d255394eae0b860b18eb839 to your computer and use it in GitHub Desktop.
<% _.forEach(env, function(v, k) { %>
global.___ENV__['<%= k %>'] = '<%= v %>';
<% }) %>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment