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

Unify express.static directory. #491

Open
haeungun opened this issue Oct 11, 2017 · 1 comment
Open

Unify express.static directory. #491

haeungun opened this issue Oct 11, 2017 · 1 comment

Comments

@haeungun
Copy link
Contributor

this.app.use(express.static(path.join(__dirname, '../../client')));

this.app.use(express.static(path.join(__dirname, '../../client')));

In applictation.ts, there are two codes which adding static files information to server.
Unfortunately, this two actual directories are not same. We should unify it or do something for maintenance.

@romandev
Copy link
Member

@haeungun are you interested in this issue?
If you are busy due to other things what you are working on, we can pass this issue to another contributors :)

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

2 participants