Skip to content
This repository has been archived by the owner on Nov 8, 2018. It is now read-only.

Commit

Permalink
Merge pull request #1627 from owncloud/fix-app-folder
Browse files Browse the repository at this point in the history
Fix requirejs for other locations than apps/
  • Loading branch information
ChristophWurst committed Aug 25, 2016
2 parents c258423 + 49f4aa9 commit 1f89ca8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions js/require_config.js
Expand Up @@ -39,6 +39,10 @@
}
}
});
// avoid optimization errors
requirejs.config({
baseUrl: OC.linkTo('mail', 'js')
});

require([
'app',
Expand Down

0 comments on commit 1f89ca8

Please sign in to comment.