Skip to content

Instantly share code, notes, and snippets.

@pherris
Created February 6, 2015 17:18
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 pherris/af5bd3c1ea34e13ffbf2 to your computer and use it in GitHub Desktop.
Save pherris/af5bd3c1ea34e13ffbf2 to your computer and use it in GitHub Desktop.
<pack:script enabled="${packTagEnabled}" minify="false" prefix="script-moment-immutable">
<src>/js/alm/builds/bower/moment/2.9.0/<c:if test="${packTagEnabled}">min/</c:if>moment<c:if test="${packTagEnabled}">.min</c:if>.js</src>
<src>/js/alm/builds/bower/moment-timezone/0.3.0/builds/moment-timezone.<c:if test="${packTagEnabled}">min.</c:if>js</src>
<src>/js/alm/builds/bower/immutable/3.6.2/dist/immutable<c:if test="${packTagEnabled}">.min</c:if>.js"></src>
</pack:script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment