Skip to content

Commit

Permalink
added shim-bower
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan authored and Dan committed May 8, 2014
1 parent 3cf4526 commit 1fc15e1
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,13 @@ module.exports = function(grunt) {
dest : '../angular-file-upload-bower/',
flatten : true,
filter : 'isFile'
}, {
expand : true,
cwd : 'dist/',
src : '*',
dest : '../angular-file-upload-shim-bower/',
flatten : true,
filter : 'isFile'
} ]
}
},
Expand All @@ -67,4 +74,4 @@ module.exports = function(grunt) {
// Default task(s).
grunt.registerTask('default', [ 'copy:build', 'uglify', 'copy:fileapi', 'copy:bower' ]);

};
};

0 comments on commit 1fc15e1

Please sign in to comment.