-
Webpack. Until Webpack at scripts to ignore DB folder.
-
- Create Diagram of file tree
-
## Desired Behavior
Assume I have a directory structure like the following, with files with the `.d` and `.v` extension:
```
a
├── a.d
├── a.v
├── b
│ ├── ab.d
│ ├── ab.v
│ └── c
│…
-
-
Our current file name scheme is somewhat inconsistent:
* Profiles don't get any prefix
* Extensions are prefixed with "ext-" (this applies to the `.id` as well)
* ValueSets don't get any prefix
* …
-
Create the file structure
-
I think the convention more like:
```
-- server
|-- models
|-- ..
|-- controllers
|-- some_controller.js
|-- some_other_controller.js
|-- router.js
|-- app.s
-- tests…
-
the file structure of the ``` source ``` folder until now is :
``` ** ``` for files .
``` -- ``` for folders.
```
--src
--database
--queries
**getData.js ( for example).
*…
-
## Summary
Move all per-workflow settings to a special folder called `.bonsai` placed next to the workflow files. Proposed example structure:
```
📦ProjectFolder
┣ 📂.bonsai
┃ ┣ 📂Workflow1
…
-
Create:
HTML
CSS
JS