Skip to content

Commit 592549f

Browse files
committed
chore(gen): whitespace cleanup
Prettify output in Gruntfile
1 parent d9e46d6 commit 592549f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: templates/common/Gruntfile.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ module.exports = function (grunt) {
152152
}
153153
},
154154

155-
<% if (coffee) { %>
155+
<% if (coffee) { %>
156156
// Compiles CoffeeScript to JavaScript
157157
coffee: {
158158
options: {
@@ -179,7 +179,7 @@ module.exports = function (grunt) {
179179
}
180180
},<% } %>
181181

182-
<% if (compassBootstrap) { %>
182+
<% if (compassBootstrap) { %>
183183
// Compiles Sass to CSS and generates necessary files if requested
184184
compass: {
185185
options: {

0 commit comments

Comments
 (0)