trailblazer / trailblazer-loader

Require concept files, models and more without any autoloading magic.
MIT License
17 stars 23 forks source link

Removing fuzziness in concept loading #12

Closed BroiSatse closed 8 years ago

BroiSatse commented 8 years ago

Targets #10. Current concept filtering logic rejects concepts that happens to include cell or contract - contractor concept will not be loaded. This is to fix it in Regex-free way. Test included.

apotonick commented 8 years ago

Good idea, but this won't pick up plural directories, e.g. some people use comment/operations instead of comment/operation.

BroiSatse commented 8 years ago

@apotonick - Updated. :)

apotonick commented 8 years ago

Ah, cool idea! :beers: