Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deprecate _config.axi.erb in favor of a DSL #1

Open
amclain opened this issue Apr 2, 2015 · 1 comment
Open

Deprecate _config.axi.erb in favor of a DSL #1

amclain opened this issue Apr 2, 2015 · 1 comment
Milestone

Comments

@amclain
Copy link
Owner

amclain commented Apr 2, 2015

By passing a binding to ERB, _config.axi.erb can be replaced by a Ruby DSL or YAML config file, like:

touch_panels:
    ROOM_1: 10001
    ROOM_2: 10002
    ROOM_3: 10003

The current config file is 49 lines long and mixes configuration with implementation.

@amclain amclain added this to the 2.0 milestone Apr 2, 2015
@amclain amclain modified the milestones: 3.0, 2.0 Jun 29, 2015
@amclain
Copy link
Owner Author

amclain commented Jun 29, 2015

Issue #2 bumped the version to 2.0, so this issue is being pushed back to 3.0. Although issue #2 cleaned up _config.axi.erb, it would still be nice to redesign it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant