Skip to content

Instantly share code, notes, and snippets.

@yongzhihuang
Created July 7, 2015 14:49
Show Gist options
  • Save yongzhihuang/663c0d562e3717f4af05 to your computer and use it in GitHub Desktop.
Save yongzhihuang/663c0d562e3717f4af05 to your computer and use it in GitHub Desktop.
Environment based script includes
{{#if GLOBAL.env.development}}
<script src="/path/to/development.js"></script>
{{else}}
<script src="/path/to/prodution.min.js"></script>
{{/if}}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment