Skip to content

Commit b5475e4

Browse files
committed
chore(grunt): use grunt-sass instead of grunt-contrib-sass
closes #1673
1 parent cf2c5a6 commit b5475e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: app/templates/_package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@
131131
"grunt-injector": "^0.6.0",
132132
"grunt-karma": "~0.12.0",
133133
"grunt-build-control": "^0.7.0",<% if(filters.sass) { %>
134-
"grunt-contrib-sass": "^1.0.0",<% } %><% if(filters.stylus) { %>
134+
"grunt-sass": "^1.1.0",<% } %><% if(filters.stylus) { %>
135135
"grunt-contrib-stylus": "^1.2.0",<% } %>
136136
"jit-grunt": "~0.10.0",
137137
"grunt-express-server": "^0.5.1",

0 commit comments

Comments
 (0)