You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The BuckleScript projects created by the theme templates do not have "subdirs": true, in other words they do not scan src/ subdirectories by default.
Desired Behaviour
subdirs should be true by default. This will make it easier for newcomers to organise their projects into nested directory structures if they wish to, perhaps because they are used to these structures from other languages.
Power users can of course turn it off if they want to optimise build times. It shouldn't have a noticeable impact in most projects anyway.