-
Hi. tree
.
├── flav1
│ ├── bsconfig.json
│ ├── config.json
│ └── package.json
├── flav2
│ ├── bsconfig.json
│ ├── config.json
│ ├── package.json
├── package.json
└── src
├── components
├── manifest
└── source
└── mysource.bs focusing on {
"rootDir": "../src",
"files": [
"manifest",
"source/**/*.*",
"components/**/*.*",
"../flav1/config.json"
]
} what I'm trying to tell is "use but |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
... and I just found out that you can set ... {
"src": [
"../flav1/config.json"
],
"dest": "config.json"
} |
Beta Was this translation helpful? Give feedback.
... and I just found out that you can set ...