mirror of
https://github.com/YunoHost/yunohost-admin.git
synced 2024-09-03 20:06:15 +02:00
[enh] Rename main js file to avoid confusion with apps controller.
This commit is contained in:
parent
2b97eb5018
commit
8e1e76ea44
2 changed files with 1 additions and 1 deletions
|
@ -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',
|
||||
|
|
Loading…
Reference in a new issue