From 13ea3de742e2f0d0be7416213c8292247ef14b8e Mon Sep 17 00:00:00 2001 From: Jacob Gable Date: Fri, 13 Sep 2013 21:15:30 -0500 Subject: [PATCH] Compile assets with grunt - Made a helper called ghostScriptTags that will spit out the relevant script tags with version parameter; 4 unminified files in development, 1 minified file in production. - Added grunt concat and uglify tasks to build files into core/built - Fixed some unit tests by making them native date objects --- ghost/admin/assets/vendor/shortcuts.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ghost/admin/assets/vendor/shortcuts.js b/ghost/admin/assets/vendor/shortcuts.js index 1704005d82..32ce8a5331 100644 --- a/ghost/admin/assets/vendor/shortcuts.js +++ b/ghost/admin/assets/vendor/shortcuts.js @@ -220,4 +220,4 @@ shortcut = { else if(ele.removeEventListener) ele.removeEventListener(type, callback, false); else ele['on'+type] = false; } -} \ No newline at end of file +}; \ No newline at end of file