Skip to content

Instantly share code, notes, and snippets.

@jeffmicklos
Created October 3, 2011 08:11
Show Gist options
  • Save jeffmicklos/1258680 to your computer and use it in GitHub Desktop.
Save jeffmicklos/1258680 to your computer and use it in GitHub Desktop.
make one script file from all passed in
<%def name="js()">
${ h.javascript_link(
'/js/file1.js',
'/js/file2.js',
minified=True,
combined=True,
combined_filename='package') }
</%def>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment