Skip to content

Commit

Permalink
Merge pull request #257 from alphagov/add-sourcecomments-css
Browse files Browse the repository at this point in the history
Make css output easier to debug
  • Loading branch information
gemmaleigh authored Oct 7, 2016
2 parents 121d8c9 + ed272e2 commit f234df2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@ module.exports = function (grunt) {
sass: {
dev: {
options: {
style: 'expanded',
sourcemap: true,
includePaths: [
'govuk_modules/govuk_template/assets/stylesheets',
'govuk_modules/govuk_frontend_toolkit/stylesheets',
'govuk_modules/govuk-elements-sass/'
],
outputStyle: 'expanded'
outputStyle: 'expanded',
sourceComments: true,
sourceMap: true
},
files: [{
expand: true,
Expand Down

0 comments on commit f234df2

Please sign in to comment.