h5bp/mobile-boilerplate

There's a dot too much in main.js

bldesign opened this issue · 1 comments

These ressources are configured as:
text : '../libs/require/text',
i18n : '../libs/require/i18n',
path : '../libs/require/path',
But correct path is:
text : './libs/require/text',
i18n : './libs/require/i18n',
path : './libs/require/path',

Double dot must be simple, or we will be out of the project root.
(I'm new to github, feel free to correct me or give me advices on how to contribute :)

I think you're got the wrong repo.