Skip to content
This repository has been archived by the owner on Mar 26, 2018. It is now read-only.

Commit

Permalink
feat(coffee): generate source maps for coffeescript
Browse files Browse the repository at this point in the history
Generate source maps in the correct location for coffeescript
  • Loading branch information
eddiemonge authored and btford committed Aug 1, 2013
1 parent 5521fd7 commit 38a872b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions templates/common/Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,10 @@ module.exports = function (grunt) {
]
},
coffee: {
options: {
sourceMap: true,
sourceRoot: ''
},
dist: {
files: [{
expand: true,
Expand Down

0 comments on commit 38a872b

Please sign in to comment.