Skip to content

Commit

Permalink
fixed amd build to have banner / version info
Browse files Browse the repository at this point in the history
  • Loading branch information
Derick Bailey committed May 20, 2013
1 parent 35352be commit d4bb6b4
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,10 @@ module.exports = function(grunt) {
'lib/core/backbone.marionette.js',
],
dest: 'lib/backbone.marionette.js'
},
amd_banner: {
src: 'lib/core/amd/backbone.marionette.js',
dest: 'lib/core/amd/backbone.marionette.js'
}
},

Expand Down
19 changes: 19 additions & 0 deletions lib/core/amd/backbone.marionette.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
// MarionetteJS (Backbone.Marionette)
// ----------------------------------
// v1.0.3
//
// Copyright (c)2013 Derick Bailey, Muted Solutions, LLC.
// Distributed under MIT license
//
// http://marionettejs.com



/*!
* Includes BabySitter
* https://github.com/marionettejs/backbone.babysitter/
*
* Includes Wreqr
* https://github.com/marionettejs/backbone.wreqr/
*/

(function (root, factory) {
if (typeof exports === 'object') {

Expand Down

0 comments on commit d4bb6b4

Please sign in to comment.