kiln / flourish-sdk

The SDK for developing Flourish templates
Other
81 stars 16 forks source link

Regression: template with no settings causes errors #63

Closed robinhouston closed 4 years ago

robinhouston commented 4 years ago

For example:

$ flourish run --no-build --debug
😱  Failed to start server
😱  config.settings is not iterable
😱  TypeError: config.settings is not iterable
    at addShowConditions (/Users/robin/Kiln/flourish/sdk/lib/sdk.js:276:29)
    at readConfig.then.then.config (/Users/robin/Kiln/flourish/sdk/lib/sdk.js:381:19)
timbrock commented 4 years ago

Looks like I broke it in Flourish 3a032c4.

robinhouston commented 4 years ago

This will be fixed in the next release. Thanks @timbrock!