Hi Christoph, first of all thanks for your response.
I use a custom Bundle, I simply followed the steps from here: https://documentation.magnolia-cms.com/display/DOCS/Creating+a+custom+bundle#Creatingacustombundle-Createanemptyproject (Create an empty project) Here are my Poms: Parent Pom http://codeviewer.org/view/code:5395 Child Pom http://codeviewer.org/view/code:5396 And here is a code snippet from the template which is linking my webresources [code]<%--WEBRESOURCES --%> <script src="${pageContext.request.contextPath}/.resources/myModule/webresources/js/modernizr.custom.js"></script> <link href="${pageContext.request.contextPath}/.resources/myModule/webresources/css/bootstrap.min.css" rel="stylesheet" media="screen"> <link href="${pageContext.request.contextPath}/.resources/myModule/webresources/css/font-awesome.min.css" rel="stylesheet" > <link href="${pageContext.request.contextPath}/.resources/myModule/webresources/css/style.css" rel="stylesheet" media="screen">[/code] If you need anything else, please let me know. Thanks a lot Regards Dominik -- Context is everything: http://forum.magnolia-cms.com/forum/thread.html?threadId=e852959b-8809-4ddc-9dac-4829fe412d2b ---------------------------------------------------------------- For list details, see http://www.magnolia-cms.com/community/mailing-lists.html Alternatively, use our forums: http://forum.magnolia-cms.com/ To unsubscribe, E-mail to: <user-list-unsubscr...@magnolia-cms.com> ----------------------------------------------------------------