Skip to content
This repository has been archived by the owner on May 25, 2019. It is now read-only.

Commit

Permalink
Remove extra whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
jamiebuilds committed May 17, 2015
1 parent 2581ade commit bdcdb2c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/templates/Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -405,13 +405,13 @@ module.exports = function (grunt) {

// Run some tasks in parallel to speed up build process
concurrent: {
server: [<% if (babel) { %>
server: [<% if (babel) { %>
'babel:dist',<% } %><% if (includeSass) { %>
'sass:server'<% } else { %>
'copy:styles'<% } %>
],
test: [<% if (babel) { %>
'babel'<% } %><% if (babel && !includeSass) { %>,<% } %><% if (!includeSass) { %>
'babel'<% } %><% if (babel && !includeSass) { %>,<% } %><% if (!includeSass) { %>
'copy:styles'<% } %>
],
dist: [<% if (babel) { %>
Expand Down

0 comments on commit bdcdb2c

Please sign in to comment.