refactor(sprites): grunt spritesmith for @sabrecat's e44c84bef9

This commit is contained in:
Tyler Renelle
2014-01-19 17:48:06 -08:00
parent e44c84bef9
commit cb7e654c48
6 changed files with 4723 additions and 2516 deletions
+2360 -1256
View File
File diff suppressed because it is too large Load Diff
+1 -1
View File
File diff suppressed because one or more lines are too long
+2 -3
View File
@@ -27,8 +27,7 @@ process.nextTick = (function () {
if (canPost) {
var queue = [];
window.addEventListener('message', function (ev) {
var source = ev.source;
if ((source === window || source === null) && ev.data === 'process-tick') {
if (ev.source === window && ev.data === 'process-tick') {
ev.stopPropagation();
if (queue.length > 0) {
var fn = queue.shift();
@@ -64,7 +63,7 @@ process.chdir = function (dir) {
};
},{}],3:[function(require,module,exports){
var global=typeof self !== "undefined" ? self : typeof window !== "undefined" ? window : {};/**
var global=self;/**
* @license
* Lo-Dash 2.4.1 (Custom Build) <http://lodash.com/>
* Build: `lodash modern -o ./dist/lodash.js`
Binary file not shown.

Before

Width:  |  Height:  |  Size: 255 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 376 KiB

+2360 -1256
View File
File diff suppressed because it is too large Load Diff