Skip to content

Commit

Permalink
fixed #89
Browse files Browse the repository at this point in the history
  • Loading branch information
danialfarid committed Dec 31, 2013
1 parent 880b3a0 commit e43cd4b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,10 @@ module.exports = function(grunt) {
dest : 'dist/',
flatten : true,
filter : 'isFile'
}, {
}]
},
fileapi: {
files: [{
expand : true,
cwd : 'demo/war/js/',
src : 'FileAPI.flash.swf',
Expand Down Expand Up @@ -62,6 +65,6 @@ module.exports = function(grunt) {
grunt.loadNpmTasks('grunt-contrib-uglify');

// Default task(s).
grunt.registerTask('default', [ 'copy:build', 'uglify', 'copy:bower' ]);
grunt.registerTask('default', [ 'copy:build', 'uglify', 'copy:fileapi', 'copy:bower' ]);

};
Binary file modified dist/FileAPI.flash.swf
Binary file not shown.
2 changes: 1 addition & 1 deletion dist/FileAPI.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit e43cd4b

Please sign in to comment.