Skip to content
This repository was archived by the owner on Jun 8, 2019. It is now read-only.

Commit 64d6024

Browse files
pawsongokuryu
authored andcommitted
Add missing sourcemap files (#15)
1 parent f2144b4 commit 64d6024

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Gruntfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ module.exports = function (grunt) {
1212
tmp: {
1313
expand : true,
1414
flatten: true,
15-
src : ['tmp/src/*.js'],
15+
src : ['tmp/src/*.js', 'tmp/src/*.map'],
1616
dest : 'lib/'
1717
}
1818
},

0 commit comments

Comments
 (0)