Skip to content

Commit 55c9a18

Browse files
committed
feat(grunt:less): add sourcemap options (#1868)
closes #1765
1 parent f8e1ead commit 55c9a18

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Diff for: templates/app/Gruntfile(grunt).js

+4
Original file line numberDiff line numberDiff line change
@@ -705,6 +705,10 @@ module.exports = function(grunt) {
705705

706706
// Compiles Less to CSS
707707
less: {
708+
options: {
709+
sourceMap: true,
710+
sourceMapFileInline: true
711+
},
708712
server: {
709713
files: {
710714
'.tmp/app/app.css' : '<%%= yeoman.client %>/app/app.less'

0 commit comments

Comments
 (0)