Skip to content

Commit

Permalink
Typo in min task config - meant that we were actually getting no angu…
Browse files Browse the repository at this point in the history
…lar.js file on release build!
  • Loading branch information
petebacondarwin committed Sep 27, 2012
1 parent b9563d3 commit 5333ef9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion grunt.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ module.exports = function (grunt) {
dest:'<%= distdir %>/<%= pkg.name %>.js'
},
angular: {
src:['<config:concat.angular.dest>'],
src:['<config:concat.angular.src>'],
dest: '<%= distdir %>/angular.js'
},
mongo: {
Expand Down

0 comments on commit 5333ef9

Please sign in to comment.