ChiefOfGxBxL / Ice-Sickle

ARCHIVED: This project is archived because updates are now being made to the original World Editor (reforged), and because HiveWE is making amazing progress.
MIT License
13 stars 0 forks source link

Combine views and windows folders #38

Open ChiefOfGxBxL opened 6 years ago

ChiefOfGxBxL commented 6 years ago

The structure of the repo folder can be cleaned up by storing the window manifests (/windows) alongside the actual HTML views (/views). It may make more sense to place everything under a windows folder, where each view gets a sub-folder:

/ windows
  / object-editor
    object-editor.html
    manifest.json
  / trigger-editor
   ...
ChiefOfGxBxL commented 6 years ago

This has been done on the typescript branch . Once that gets merged in this can be closed.