linkedin / css-blocks

High performance, maintainable stylesheets.
http://css-blocks.com/
BSD 2-Clause "Simplified" License
6.34k stars 152 forks source link

ember-cli config file promise is not resolved. #365

Closed chriseppstein closed 4 years ago

chriseppstein commented 4 years ago

The config.search() method returns a promise, but there's no await at

https://github.com/linkedin/css-blocks/blob/master/packages/%40css-blocks/ember-cli/index.js#L285

chriseppstein commented 4 years ago

We should add a synchronous mode to the config module.

abritinthebay commented 4 years ago

on it 😄

abritinthebay commented 4 years ago

Note: due to that transform extensively uses Dynamic Import, making config support sync is... not likely a small task/possible as-is.