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

Commit

Permalink
Watch for changes to element JavaScript files
Browse files Browse the repository at this point in the history
When an element's JavaScript is in a separate file, changes should still be detected.
  • Loading branch information
hubgit committed Jan 27, 2015
1 parent 2026b52 commit c0e9033
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 @@ -38,7 +38,7 @@ module.exports = function (grunt) {
files: [
'<%%= yeoman.app %>/*.html',
'<%%= yeoman.app %>/elements/{,*/}*.html',
'{.tmp,<%%= yeoman.app %>}/elements/{,*/}*.css',
'{.tmp,<%%= yeoman.app %>}/elements/{,*/}*.{css,js}',
'{.tmp,<%%= yeoman.app %>}/styles/{,*/}*.css',
'{.tmp,<%%= yeoman.app %>}/scripts/{,*/}*.js',
'<%%= yeoman.app %>/images/{,*/}*.{png,jpg,jpeg,gif,webp,svg}'
Expand Down

0 comments on commit c0e9033

Please sign in to comment.