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

Commit

Permalink
Add Babel sourcemap
Browse files Browse the repository at this point in the history
  • Loading branch information
richardwestenra committed Jun 29, 2015
1 parent df96d62 commit 54b2604
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app/templates/Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,9 @@ module.exports = function (grunt) {

// Compiles ES6 with Babel
babel: {
options: {
sourceMap: true
},
dist: {
files: [{
expand: true,
Expand Down

0 comments on commit 54b2604

Please sign in to comment.