1602 / compound

MVC framework. Built on Node.JS. Works on server and browser.
http://compoundjs.com
1.6k stars 183 forks source link

Make paths customizeable #626

Open Anachron opened 10 years ago

Anachron commented 10 years ago

There are a lot of places in the app that have hardcoded paths, a big blob of these exist inside https://github.com/1602/compound/blob/master/lib/compound.js

If possible I want my app-folder to be called "server" and also put the config-folder inside the app(server)-folder.