Skip to content

Commit 38a872b

Browse files
eddiemongebtford
authored andcommitted
feat(coffee): generate source maps for coffeescript
Generate source maps in the correct location for coffeescript
1 parent 5521fd7 commit 38a872b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

templates/common/Gruntfile.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,10 @@ module.exports = function (grunt) {
118118
]
119119
},
120120
coffee: {
121+
options: {
122+
sourceMap: true,
123+
sourceRoot: ''
124+
},
121125
dist: {
122126
files: [{
123127
expand: true,

0 commit comments

Comments
 (0)