Skip to content

Commit

Permalink
Add combine filter for script.js
Browse files Browse the repository at this point in the history
  • Loading branch information
kpdecker committed Oct 25, 2012
1 parent ff37d7c commit 7bd8f44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lumbar.json
Expand Up @@ -5,7 +5,7 @@
// Loads module resources through standard link and script tags.
"lumbar-loader": {
"scripts": [
{"src": "lib/script.js", "global": true},
{"src": "lib/script.js", "global": true, "combined": false},
{"src": "local-cache.js", "global": true},
{"src": "lumbar-loader.js"},
{"src": "lumbar-loader-events.js"},
Expand Down

0 comments on commit 7bd8f44

Please sign in to comment.