Any interest in having `.devpack_initializers` act like `config/initializers`? Love this idea but hate the thought of polluting our initializers with: ``` if defined?(Bullet) ... end ```
Any interest in having
.devpack_initializersact likeconfig/initializers? Love this idea but hate the thought of polluting our initializers with: