Skip to content

Instantly share code, notes, and snippets.

@ozten
Created February 12, 2012 20:15
Show Gist options
  • Select an option

  • Save ozten/1810690 to your computer and use it in GitHub Desktop.

Select an option

Save ozten/1810690 to your computer and use it in GitHub Desktop.
export.assets = {
js: {
"/production/en_US/dialog.min.js":
[
"/lib/jquery.js",
"/shared/foo.js"
]
},
css: {
"/production/main.min.css":
[
"/css/reset.css",
"/css/main.css"
]
}
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment