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

Repository organization - split up front end and back end #482

Closed
aalpern opened this issue Jul 25, 2015 · 0 comments
Closed

Repository organization - split up front end and back end #482

aalpern opened this issue Jul 25, 2015 · 0 comments

Comments

@aalpern
Copy link
Member

aalpern commented Jul 25, 2015

This will make it easier to implement #467.

The front-end and back-end source trees are intermingled right now, at the root of the repository. They're largely independent, however, and can be split into separate source trees to keep the separation clean, and facilitate splitting the front-end code into more reusable modules. We can use Github's scripts to rule them all pattern to coordinate running the Javascript and Python build steps with a single command.

+ tessera-frontend
  - Gruntfile.js
  - package.json
  - src/ts/etc...
+ tessera-server
  - setup.py
  - tasks.py
  - requirements.txt
  - tessera/etc...
@aalpern aalpern added this to the Release 0.Next milestone Jul 25, 2015
@aalpern aalpern closed this as completed Jul 25, 2015
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