Skip to content

new file structure #19

@chharvey

Description

@chharvey

old:

/xmeter/
  |-- config/
  |-- lib/
  |-- class/
  |-- tpl/
  |-- css/
    |-- src/
    |-- dist/ (ignored)
  |-- js/
    |-- src/
    |-- dist/ (ignored)
  |-- test/
  |-- docs/
    |-- api/ (ignored)
    |-- styleguide/ (ignored)
  |-- proto/

new:

/xmeter/
  |-- config/
  |-- src/
    |-- lib/
    |-- class/
    |-- tpl/
    |-- css/
    |-- js/
    |-- test/
  |-- build/ (ignored) (built, but undistributed)
  |-- dist/ (ignored)
    |-- css/
    |-- js/
  |-- docs/
    |-- api/ (ignored)
    |-- styleguide/ (ignored)
  |-- proto/

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions