Skip to content

Commit

Permalink
replace mediaelement with soundmanager2
Browse files Browse the repository at this point in the history
  • Loading branch information
chee committed Aug 17, 2013
1 parent e333a7e commit bded6e4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
8 changes: 6 additions & 2 deletions app/scripts/main.js
Expand Up @@ -7,8 +7,9 @@ require.config({
es5shim: "bower_components/es5-shim/es5-shim",
lodash: "bower_components/lodash/lodash",
text: "bower_components/requirejs-text/text",
// soundmanager: "bower_components/soundmanager/soundmanager2",
soundmanager: "bower_components/soundmanager/script/soundmanager2",
app: "scripts/app",
flight: "bower_components/flight/lib/index"
},
map: {
"*": {
Expand All @@ -17,12 +18,15 @@ require.config({

},
shim: {
"bower_components/flight/lib/index": {
flight: {
deps: [ "jquery", "es5shim" ]
},
app: {
deps: [ "bower_components/flight/lib/index" ]
},
mediaelement: {
deps: [ "jquery" ]
}
}

});
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Expand Up @@ -11,7 +11,7 @@
"lodash": "~1.3.1",
"requirejs-text": "~2.0.10",
"soundcloud": "~0.1.0",
"mediaelement": "~2.13.1"
"soundmanager": "*"
},
"devDependencies": {}
}

0 comments on commit bded6e4

Please sign in to comment.