diff --git a/templates/app/Gruntfile(grunt).js b/templates/app/Gruntfile(grunt).js index 7f5d4e83f..7b92bf2a9 100644 --- a/templates/app/Gruntfile(grunt).js +++ b/templates/app/Gruntfile(grunt).js @@ -705,6 +705,10 @@ module.exports = function(grunt) { // Compiles Less to CSS less: { + options: { + sourceMap: true, + sourceMapFileInline: true + }, server: { files: { '.tmp/app/app.css' : '<%%= yeoman.client %>/app/app.less'