#500 The JS source code should not be in the static folder
Closed: Fixed Opened by abompard.

It does not make much sense to ship the Javascript code in the "static" directory. Only the result of the webpack compilation should be there (it's currently output in static/js/build.
Before we move to prod and we encourage people to contribute more to Hubs, we should move that code elsewhere. I propose a "js" directory at the project's root.

We must communicate in the team before that move, so it does not affect contributors too much.


Metadata Update from @abompard:
- Issue assigned to abompard
- Issue priority set to: Low (was: High)
- Issue set to the milestone: Production

Metadata Update from @abompard:
- Assignee reset

Metadata Update from @abompard:
- Issue assigned to abompard

Metadata Update from @abompard:
- Assignee reset

Metadata Update from @abompard:
- Issue assigned to abompard

Metadata Update from @abompard:
- Assignee reset

Metadata Update from @abompard:
- Issue assigned to abompard

Metadata Update from @abompard:
- Assignee reset

Metadata Update from @abompard:
- Issue assigned to abompard

:thumbsup: on this one from me, it makes sense.

OK, I'll wait till the "issues" and "pull requests" widgets are merged and I'll do it.

Since there is no current Pull Request using React, I'll use the opportunity to do the move now.

Commit 6a474936 fixes this issue

Metadata