Skip to content

Commit

Permalink
Gruntfile can be a .coffee file
Browse files Browse the repository at this point in the history
  • Loading branch information
silvenon committed Jun 18, 2014
1 parent 309e2d3 commit f02b945
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/templates/Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ module.exports = function (grunt) {
tasks: ['test:watch']
},<% } %>
gruntfile: {
files: ['Gruntfile.js']
files: ['Gruntfile.{js,coffee}']
},<% if (includeSass) { %>
sass: {
files: ['<%%= config.app %>/styles/{,*/}*.{scss,sass}'],
Expand Down

0 comments on commit f02b945

Please sign in to comment.