From 5e19ad5aaa2ce9066160a069ab14aadcd991ec94 Mon Sep 17 00:00:00 2001 From: Fishrock123 Date: Sat, 4 May 2013 10:00:54 -0400 Subject: [PATCH] Fixed #51 --- Gruntfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gruntfile.js b/Gruntfile.js index 95936d4..ce1d849 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -35,7 +35,7 @@ module.exports = function(grunt) { '<%= dirs.src %>/textures/Texture.js', '<%= dirs.src %>/loaders/SpriteSheetLoader.js', '<%= dirs.src %>/loaders/AssetLoader.js', - '<%= dirs.src %>/Outro.js', + '<%= dirs.src %>/Outro.js' ], banner = [ '/**', ' * @license',