Skip to content

Commit

Permalink
Merge pull request balderdashy#520 from Zolmeister/development
Browse files Browse the repository at this point in the history
added all file linking
  • Loading branch information
mikermcneil committed Jul 8, 2013
2 parents cc49a6d + 2f40232 commit 697bd43
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions bin/boilerplates/Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ module.exports = function(grunt) {
appRoot: '.tmp/public/'
},
files: {
'.tmp/public/index.html': ['.tmp/public/mixins/**/*.js', '.tmp/public/js/**/*.js']
'.tmp/public/**/*.html': ['.tmp/public/mixins/**/*.js', '.tmp/public/js/**/*.js']
}
},

Expand All @@ -110,7 +110,7 @@ module.exports = function(grunt) {
appRoot: '.tmp/public/'
},
files: {
'.tmp/public/index.html': ['.tmp/public/min/production.js']
'.tmp/public/**/*.html': ['.tmp/public/min/production.js']
}
},

Expand All @@ -122,7 +122,7 @@ module.exports = function(grunt) {
appRoot: '.tmp/public/'
},
files: {
'.tmp/public/index.html': ['.tmp/public/mixins/**/*.css', '.tmp/public/styles/**/*.css']
'.tmp/public/**/*.html': ['.tmp/public/mixins/**/*.css', '.tmp/public/styles/**/*.css']
}
},

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"grunt-contrib-copy": "0.4.1",
"grunt-contrib-clean": "0.4.1",
"grunt-contrib-concat": "~0.3.0",
"grunt-scriptlinker": "0.1.1",
"grunt-scriptlinker": "git://github.com/Zolmeister/grunt-scriptlinker.git",
"grunt-contrib-jst": "0.5.0",
"grunt-contrib-watch": "~0.4.4",
"grunt-contrib-uglify": "~0.2.2",
Expand Down

0 comments on commit 697bd43

Please sign in to comment.