Skip to content
This repository has been archived by the owner on Oct 10, 2017. It is now read-only.

Commit

Permalink
Fixing name for minified AMD build
Browse files Browse the repository at this point in the history
  • Loading branch information
Bernd Matzner committed Sep 5, 2012
1 parent d7133bc commit 62294dc
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 @@ -36,7 +36,7 @@ module.exports = function(grunt) {
},
amd: {
src: ['<banner:meta.banner>', '<config:rig.amd.dest>'],
dest: 'lib/amd/backbone.marionette.min.js'
dest: 'lib/amd/backbone.marionette.async.min.js'
}
},

Expand Down

0 comments on commit 62294dc

Please sign in to comment.