From 7af2bb50e1c3f33246895be0ad6f3ec4a0e67bc6 Mon Sep 17 00:00:00 2001 From: Andy Joslin Date: Mon, 24 Mar 2014 16:00:55 -0600 Subject: [PATCH] chore(build): fix banner --- config/build.config.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/config/build.config.js b/config/build.config.js index f08dae4c41..dd17dab66d 100644 --- a/config/build.config.js +++ b/config/build.config.js @@ -16,8 +16,7 @@ module.exports = { ' *\n' + ' * Licensed under the MIT license. Please see LICENSE for more information.\n'+ ' *\n' + - ' */\n\n' + - '(function() {\n', + ' */\n\n' , bundleBanner: '/*!\n' + ' * ionic.bundle.js is a concatenation of:\n' +