Skip to content

Commit

Permalink
Add SaSS sourcemaps
Browse files Browse the repository at this point in the history
  • Loading branch information
gianpaj committed Dec 21, 2015
1 parent 8194474 commit 10f03a0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app.js
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ app.use(sass({
src: path.join(__dirname, 'public'),
dest: path.join(__dirname, 'public'),
debug: true,
sourceMap: true,
outputStyle: 'expanded'
}));
app.use(logger('dev'));
Expand Down

0 comments on commit 10f03a0

Please sign in to comment.