Skip to content
This repository was archived by the owner on Mar 26, 2018. It is now read-only.

Commit 5248054

Browse files
committedJun 18, 2015
fix(watch): sourcemap not updated on sass file change
sourcemap doesn't update when SASS file changes because of autoprefixer:dist task running. Only autoprefixer:server task should run
1 parent ec7f966 commit 5248054

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎templates/common/root/_Gruntfile.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ module.exports = function (grunt) {
5656
},<% } %><% if (compass) { %>
5757
compass: {
5858
files: ['<%%= yeoman.app %>/styles/{,*/}*.{scss,sass}'],
59-
tasks: ['compass:server', 'autoprefixer']
59+
tasks: ['compass:server', 'autoprefixer:server']
6060
},<% } else { %>
6161
styles: {
6262
files: ['<%%= yeoman.app %>/styles/{,*/}*.css'],

0 commit comments

Comments
 (0)