Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Constants abstraction is leaking #1

Open
gear54rus opened this issue Jan 10, 2016 · 0 comments
Open

Constants abstraction is leaking #1

gear54rus opened this issue Jan 10, 2016 · 0 comments

Comments

@gear54rus
Copy link
Contributor

Some constants are located in config.js and we can get info from them at build time (like paths to various dirs), but others are in individual component files (such as endpoint config directory name, default: endpoints) and we can't get to them (e.g. for RPM to know which folders to create and manage).

Need to devise a new model. Perhaps put all constants in a single file...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant