From 8e1e76ea4486152c8e0fb3eea8ea0d60a4455c25 Mon Sep 17 00:00:00 2001 From: opi Date: Thu, 4 Feb 2016 12:14:37 +0100 Subject: [PATCH] [enh] Rename main js file to avoid confusion with apps controller. --- src/gulpfile.js | 2 +- src/js/yunohost/{app.js => main.js} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename src/js/yunohost/{app.js => main.js} (100%) diff --git a/src/gulpfile.js b/src/gulpfile.js index e56950d1..75273bc5 100644 --- a/src/gulpfile.js +++ b/src/gulpfile.js @@ -40,7 +40,7 @@ gulp.task('js', function() { 'js/vendor/sammy.storage.js', 'js/vendor/bootstrap.js', 'js/yunohost/y18n.js', - 'js/yunohost/app.js', + 'js/yunohost/main.js', 'js/yunohost/helpers.js', 'js/yunohost/filters.js', 'js/yunohost/controllers/*.js', diff --git a/src/js/yunohost/app.js b/src/js/yunohost/main.js similarity index 100% rename from src/js/yunohost/app.js rename to src/js/yunohost/main.js