CodisRedding / atom-sfdc-ba

MIT License
0 stars 0 forks source link

Allow multiple Atom projects to use package at once #11

Closed CodisRedding closed 10 years ago

CodisRedding commented 10 years ago

If the package is used by multiple projects, the port names will be different and cause source files to 404 while looking for resources.

Figure out a way to dynamically reference the current port being used for the projects Hapi instance.

CodisRedding commented 10 years ago

I was thinking that we shouldn't change any page files to include the localhost info for resources. Instead we could alter the request via the Hapi server and respond with the appropriate recourses. @mtetlow