Skip to content

Commit e43cd4b

Browse files
committed
1 parent 880b3a0 commit e43cd4b

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

Gruntfile.js

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,10 @@ module.exports = function(grunt) {
1616
dest : 'dist/',
1717
flatten : true,
1818
filter : 'isFile'
19-
}, {
19+
}]
20+
},
21+
fileapi: {
22+
files: [{
2023
expand : true,
2124
cwd : 'demo/war/js/',
2225
src : 'FileAPI.flash.swf',
@@ -62,6 +65,6 @@ module.exports = function(grunt) {
6265
grunt.loadNpmTasks('grunt-contrib-uglify');
6366

6467
// Default task(s).
65-
grunt.registerTask('default', [ 'copy:build', 'uglify', 'copy:bower' ]);
68+
grunt.registerTask('default', [ 'copy:build', 'uglify', 'copy:fileapi', 'copy:bower' ]);
6669

6770
};

dist/FileAPI.flash.swf

-31.1 KB
Binary file not shown.

dist/FileAPI.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)