Skip to content
This repository has been archived by the owner on Mar 26, 2018. It is now read-only.

Commit

Permalink
Fix grunt live reload task where *.coffee files were not being 'watch…
Browse files Browse the repository at this point in the history
…ed' properly
  • Loading branch information
robertd committed Apr 6, 2014
1 parent 3ebdc96 commit 8fd3bd6
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 @@ -51,7 +51,7 @@ module.exports = function (grunt) {
files: [
'<%%= yeoman.app %>/*.html',
'{.tmp,<%%= yeoman.app %>}/styles/{,*/}*.css',
'{.tmp,<%%= yeoman.app %>}/scripts/{,*/}*.js',
'{.tmp,<%%= yeoman.app %>}/scripts/{,*/}*.{js,coffee}',
'<%%= yeoman.app %>/images/{,*/}*.{png,jpg,jpeg,gif,webp}',
'<%%= yeoman.app %>/scripts/templates/*.{ejs,mustache,hbs}',
'test/spec/**/*.js'
Expand Down

0 comments on commit 8fd3bd6

Please sign in to comment.