We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d9e46d6 commit 592549fCopy full SHA for 592549f
templates/common/Gruntfile.js
@@ -152,7 +152,7 @@ module.exports = function (grunt) {
152
}
153
},
154
155
- <% if (coffee) { %>
+<% if (coffee) { %>
156
// Compiles CoffeeScript to JavaScript
157
coffee: {
158
options: {
@@ -179,7 +179,7 @@ module.exports = function (grunt) {
179
180
},<% } %>
181
182
- <% if (compassBootstrap) { %>
+<% if (compassBootstrap) { %>
183
// Compiles Sass to CSS and generates necessary files if requested
184
compass: {
185
0 commit comments