Skip to content

Commit

Permalink
Include content-kit-editor.map
Browse files Browse the repository at this point in the history
Fixes #19
  • Loading branch information
bantic committed Oct 16, 2015
1 parent a3bda67 commit 12d636b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ module.exports = {
var files = new Funnel(__dirname + '/node_modules/content-kit-editor/dist/', {
files: [
'css/content-kit-editor.css',
'global/content-kit-editor.js'
'global/content-kit-editor.js',
'global/content-kit-editor.map'
],
destDir: 'content-kit-editor'
});
Expand Down

0 comments on commit 12d636b

Please sign in to comment.