From 5b9e5ecd138f7c7a642e606b16396f53282ffa70 Mon Sep 17 00:00:00 2001 From: Paulo Reis Date: Mon, 26 Jun 2017 16:14:03 +0100 Subject: [PATCH] Update grunt tasks to generate source maps. --- services/web/Gruntfile.coffee | 3 +++ 1 file changed, 3 insertions(+) diff --git a/services/web/Gruntfile.coffee b/services/web/Gruntfile.coffee index f2ce93f671..e1f8263472 100644 --- a/services/web/Gruntfile.coffee +++ b/services/web/Gruntfile.coffee @@ -108,6 +108,8 @@ module.exports = (grunt) -> src: ['**/*.coffee'], dest: 'public/js/', ext: '.js' + options: + sourceMap: true, smoke_tests: expand: true, @@ -164,6 +166,7 @@ module.exports = (grunt) -> baseUrl: "./" dir: "public/minjs" inlineText: false + generateSourceMaps: true preserveLicenseComments: false paths: "moment": "libs/#{PackageVersions.lib('moment')}"