beemojs / beemo

🤖 Centralized configuration layer for dev tools. Beep boop.
https://beemo.dev
MIT License
143 stars 9 forks source link

update: Support compiled lib paths for configs and scripts. #70

Closed milesj closed 4 years ago

milesj commented 4 years ago

Currently, configs and scripts must be in the root of the config module, at module/configs/*.js and module/scripts/*.js respectively. This works, but is kind of annoying to work with when you want to write them in TS/Flow/etc and compile them with Babel or something similar.

To support this pattern, the following lookup paths will also be used: module/lib/configs/*.js and module/lib/scripts/*.js.