trailsjs / trails

:evergreen_tree: Modern Web Application Framework for Node.js.
http://trailsjs.io
Other
1.66k stars 70 forks source link

Trails not loading trailpack files from config directory #301

Closed christiangelone closed 7 years ago

christiangelone commented 7 years ago

Issue Description

Hi, i am having some issues with some trailspack that need some file to exists in the config directory for instance trailpack-realtime which needs realtime.js and trailpack-realtime whiche needs bootstrap.js there. The thing is that trails is not loading those files in this.app.config Any help?

Environment

jaumard commented 7 years ago

Did you check that the files are also in config/index.js ? If not they are not loaded

christiangelone commented 7 years ago

Thanks, that was the problem ^^ and sorry for such stupidity

jaumard commented 7 years ago

No problem glad it works :)