Skip to content

Commit

Permalink
fix the swf location for the built version of the page
Browse files Browse the repository at this point in the history
  • Loading branch information
chee committed Aug 17, 2013
1 parent dae89bc commit e381c8f
Show file tree
Hide file tree
Showing 7 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion Gruntfile.js
Expand Up @@ -247,7 +247,8 @@ module.exports = function (grunt) {
'*.{ico,png,txt}',
'.htaccess',
'images/{,*/}*.{webp,gif}',
'styles/fonts/*'
'styles/fonts/*',
'swf/*'
]
}]
},
Expand Down
2 changes: 1 addition & 1 deletion app/scripts/data/sound.js
Expand Up @@ -18,7 +18,7 @@ define([

function soundCloudGet ( fly, data ) {
soundManager.setup({
url: "bower_components/soundmanager/swf/",
url: "swf/",
preferFlash: false,
debugMode: false
});
Expand Down
Binary file added app/swf/soundmanager2.swf
Binary file not shown.
Binary file added app/swf/soundmanager2_debug.swf
Binary file not shown.
Binary file added app/swf/soundmanager2_flash9.swf
Binary file not shown.
Binary file added app/swf/soundmanager2_flash9_debug.swf
Binary file not shown.
Binary file added app/swf/soundmanager2_flash_xdomain.zip
Binary file not shown.

0 comments on commit e381c8f

Please sign in to comment.