Modifying "files" to point at .bundle

This commit is contained in:
Erin Jane
2014-05-19 18:55:33 +01:00
parent 2a3737fabd
commit 0979b33818
2 changed files with 2 additions and 1 deletions
@@ -3,7 +3,7 @@
"directories": { "directories": {
"lib": "dist" "lib": "dist"
}, },
"files": ["dist/typeahead.js"], "files": ["dist/typeahead.bundle.js"],
"shim": { "shim": {
"typeahead": { "typeahead": {
"imports": "jquery", "imports": "jquery",
+1
View File
@@ -43,6 +43,7 @@
"nprogress": "github:rstacruz/nprogress", "nprogress": "github:rstacruz/nprogress",
"parallax": "github:wagerfield/parallax", "parallax": "github:wagerfield/parallax",
"pikaday": "github:dbushell/Pikaday", "pikaday": "github:dbushell/Pikaday",
"prototype": "github:sstephenson/prototype",
"ratchet": "github:maker/ratchet", "ratchet": "github:maker/ratchet",
"raphael": "github:DmitryBaranovskiy/raphael", "raphael": "github:DmitryBaranovskiy/raphael",
"respond": "github:scottjehl/Respond", "respond": "github:scottjehl/Respond",