Skip to content
This repository has been archived by the owner on May 23, 2019. It is now read-only.

Commit

Permalink
Merge pull request #131 from pawsong/master
Browse files Browse the repository at this point in the history
Add missing sourcemap files
  • Loading branch information
jasonmit authored Jul 10, 2017
2 parents 768a3cd + 3bfe8e5 commit 9c9b887
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ module.exports = function (grunt) {
tmp: {
expand: true,
cwd : 'tmp/src/',
src : '**/*.js',
src : ['**/*.js', '**/*.map'],
dest : 'lib/'
}
},
Expand Down

0 comments on commit 9c9b887

Please sign in to comment.