From b966fd3e308d3836d0396ca5b5eb1fdb5b52e93e Mon Sep 17 00:00:00 2001 From: Francis Lachapelle Date: Fri, 7 Aug 2015 09:56:47 -0400 Subject: [PATCH] (js) Move *.app.js files to their directories --- UI/Templates/MainUI/SOGoRootPage.wox | 2 +- UI/WebServerResources/Gruntfile.js | 9 +++++---- UI/WebServerResources/js/{ => Contacts}/Contacts.app.js | 0 UI/WebServerResources/js/{ => Mailer}/Mailer.app.js | 0 UI/WebServerResources/js/{ => Main}/Main.app.js | 0 .../js/{ => Preferences}/Preferences.app.js | 0 .../js/{ => Scheduler}/Scheduler.app.js | 0 7 files changed, 6 insertions(+), 5 deletions(-) rename UI/WebServerResources/js/{ => Contacts}/Contacts.app.js (100%) rename UI/WebServerResources/js/{ => Mailer}/Mailer.app.js (100%) rename UI/WebServerResources/js/{ => Main}/Main.app.js (100%) rename UI/WebServerResources/js/{ => Preferences}/Preferences.app.js (100%) rename UI/WebServerResources/js/{ => Scheduler}/Scheduler.app.js (100%) diff --git a/UI/Templates/MainUI/SOGoRootPage.wox b/UI/Templates/MainUI/SOGoRootPage.wox index c99ac0c2d..5f3811b83 100644 --- a/UI/Templates/MainUI/SOGoRootPage.wox +++ b/UI/Templates/MainUI/SOGoRootPage.wox @@ -7,7 +7,7 @@ xmlns:const="http://www.skyrix.com/od/constant" xmlns:rsrc="OGo:url" xmlns:label="OGo:label" - const:jsFiles="Main.app.js, Common.js" + const:jsFiles="Main.js, Common.js" >