[enh] Rename main js file to avoid confusion with apps controller.

This commit is contained in:
opi 2016-02-04 12:14:37 +01:00
parent 2b97eb5018
commit 8e1e76ea44
2 changed files with 1 additions and 1 deletions

View file

@ -40,7 +40,7 @@ gulp.task('js', function() {
'js/vendor/sammy.storage.js', 'js/vendor/sammy.storage.js',
'js/vendor/bootstrap.js', 'js/vendor/bootstrap.js',
'js/yunohost/y18n.js', 'js/yunohost/y18n.js',
'js/yunohost/app.js', 'js/yunohost/main.js',
'js/yunohost/helpers.js', 'js/yunohost/helpers.js',
'js/yunohost/filters.js', 'js/yunohost/filters.js',
'js/yunohost/controllers/*.js', 'js/yunohost/controllers/*.js',