Skip to content

Commit

Permalink
Merge pull request #57 from filtercake/master
Browse files Browse the repository at this point in the history
add LESS debugging
  • Loading branch information
wwebfor committed Apr 13, 2014
2 parents 4562a2c + f3cb851 commit 1b2855e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,11 @@ module.exports = function (grunt) {
less: {
compile: {
options: {
compress: true
compress: false,
dumpLineNumbers: 'comments',
sourceMap: 'true',
sourceMapFilename: "<%= yeoman.app %>/styles/main.css.map",
sourceMapBasepath: "<%= yeoman.app %>/styles/"
},
files : {
'<%= yeoman.app %>/styles/main.css': '<%= yeoman.app %>/styles/main.less'
Expand Down
1 change: 1 addition & 0 deletions app/styles/main.css.map

Large diffs are not rendered by default.

0 comments on commit 1b2855e

Please sign in to comment.