Skip to content
This repository has been archived by the owner on Aug 27, 2019. It is now read-only.

Reorganize directory structure. #25

Open
gtanner opened this issue Jul 5, 2012 · 1 comment
Open

Reorganize directory structure. #25

gtanner opened this issue Jul 5, 2012 · 1 comment
Labels
Milestone

Comments

@gtanner
Copy link
Contributor

gtanner commented Jul 5, 2012

Current code needs some reorganization as it is confusing where everything lives and the root dirctory is a flood of files that all server different purpuses.

Top level directories should be created to sort files into logical groupings:

src/

All source code (further breakdown should happen in this folder (plugins folder / etc, but will be handled in another task

pkg/

The build output

docs/

All supporting documentation (samples / etc)

tests/

Unit test code.

build/

Any build support code, test runners, test markup, etc.

thirdparty/ or lib/

Third party code (jWorkflow, jasmine, etc) that is needed for building / bundling / etc

/

root dir should really only include the JakeFile, README.md, license information.

@ldhasson
Copy link
Contributor

ldhasson commented Jul 5, 2012

I like that.

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

No branches or pull requests

2 participants