Skip to content

Commit

Permalink
Merge pull request #31 from trask/concat-option-on-windows
Browse files Browse the repository at this point in the history
Fix concat option on windows
  • Loading branch information
ericclemmons committed Jul 7, 2013
2 parents 8241080 + de93e35 commit 53d3990
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tasks/angular-templates.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ module.exports = function(grunt) {
var concat = grunt.config('concat') || {};

targets.forEach(function(target) {
target = path.normalize(target);
var task = concat[target];

if (!task) {
Expand Down

0 comments on commit 53d3990

Please sign in to comment.