Skip to content

Commit 2b051b4

Browse files
committed
Merge pull request #1821 from angular-fullstack/chore/use-grunt-sass
chore(grunt): use grunt-sass instead of grunt-contrib-sass
2 parents cf2c5a6 + b5475e4 commit 2b051b4

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)