Skip to content

Commit

Permalink
Use cat to combine client-side JS assets.
Browse files Browse the repository at this point in the history
  • Loading branch information
topfunky committed Jul 10, 2012
1 parent 95ee08e commit 187d81d
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 516 deletions.
20 changes: 3 additions & 17 deletions attachments/js/default.js
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,6 @@ function binb2b64(binarray)
}
return str;
}

/*!
* jQuery JavaScript Library v1.4.2
* http://jquery.com/
Expand Down Expand Up @@ -6441,7 +6440,6 @@ jQuery.each([ "Height", "Width" ], function( i, name ) {
window.jQuery = window.$ = jQuery;

})(window);

// Licensed under the Apache License, Version 2.0 (the "License"); you may not
// use this file except in compliance with the License. You may obtain a copy of
// the License at
Expand Down Expand Up @@ -7110,7 +7108,6 @@ window.jQuery = window.$ = jQuery;
}

})(jQuery);

// Underscore.js
// (c) 2010 Jeremy Ashkenas, DocumentCloud Inc.
// Underscore is freely distributable under the terms of the MIT license.
Expand Down Expand Up @@ -7824,7 +7821,6 @@ window.jQuery = window.$ = jQuery;
};

})();

/*
http://www.JSON.org/json2.js
2009-09-29
Expand Down Expand Up @@ -8306,7 +8302,6 @@ replace(/(?:^|:|,)(?:\s*\[)+/g, ''))) {
};
}
}());

/*
strftime for Javascript
Copyright (c) 2008, Philip S Tellis <philip@bluesmoon.info>
Expand Down Expand Up @@ -9038,7 +9033,6 @@ Date.prototype.strftime=function(fmt)
* \par 1.0 - 2008/04/22:
* - Initial release with support for a, A, b, B, c, C, d, D, e, H, I, j, m, M, p, r, R, S, t, T, u, w, y, Y, z, Z, and %
*/

/*
* jQuery Hotkeys Plugin
* Copyright 2010, John Resig
Expand Down Expand Up @@ -9170,7 +9164,6 @@ Date.prototype.strftime=function(fmt)
});

})( jQuery );

// Backbone.js 0.3.3
// (c) 2010 Jeremy Ashkenas, DocumentCloud Inc.
// Backbone may be freely distributed under the MIT license.
Expand Down Expand Up @@ -10182,7 +10175,6 @@ Date.prototype.strftime=function(fmt)
};

})();

// (c) 2011 Jan Monschke
// backbone-couchdb.js is licensed under the MIT license.
// I developed this connector because I didn't want to write an own server that persists
Expand Down Expand Up @@ -10434,7 +10426,6 @@ Backbone.couchConnector = {
Backbone.couchConnector._changes(model);
}
}

// lib/handlebars/parser.js
/* Jison generated parser */
var handlebars = (function(){
Expand Down Expand Up @@ -11852,7 +11843,6 @@ Handlebars.VM = {
};

Handlebars.compile = Handlebars.VM.compile;;

if ((typeof app) === 'undefined') {
var app = {};
}
Expand Down Expand Up @@ -12017,7 +12007,6 @@ $.extend(true, app, {
}
});


if ((typeof app) === 'undefined') {
var app = {};
}
Expand Down Expand Up @@ -12048,7 +12037,6 @@ $.extend(true, app, {
}
});


if ((typeof app) === 'undefined') {
var app = {};
}
Expand Down Expand Up @@ -12264,7 +12252,6 @@ $.extend(true, app, {

}
});

// collections
$.extend(true, app, {
collections: {
Expand Down Expand Up @@ -12368,7 +12355,6 @@ $.extend(true, app, {
}
});


if ((typeof app) === 'undefined') {
var app = {};
}
Expand Down Expand Up @@ -12424,7 +12410,6 @@ $.extend(true, app, {

}
});

$.extend(true, app, {
views: {
prototypes: {
Expand All @@ -12451,7 +12436,6 @@ $.extend(true, app, {
}
});


if ((typeof app) === 'undefined') {
var app = {};
}
Expand Down Expand Up @@ -12725,6 +12709,9 @@ $.extend(true, app, {
}
});

/*jslint white: false, onevar: true, browser: true, devel: true, undef: true, nomen: true, eqeqeq: true, plusplus: true, bitwise: true, regexp: true, strict: false, newcap: true, immed: true */
/*global _, $, window, Backbone, Mustache */

if ((typeof app) === 'undefined') {
var app = {};
}
Expand Down Expand Up @@ -12752,4 +12739,3 @@ $(document).ready(function () {
Backbone.history.start();

});

Loading

0 comments on commit 187d81d

Please sign in to comment.