fix(watch): sourcemap not updated on sass file change · yeoman/generator-angular@5248054

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

File tree

1 file changed

lines changed

1 file changed

lines changed

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'],