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

Feature Request: 'elmx' support #23

Open
OvermindDL1 opened this issue Jul 15, 2016 · 1 comment
Open

Feature Request: 'elmx' support #23

OvermindDL1 opened this issue Jul 15, 2016 · 1 comment

Comments

@OvermindDL1
Copy link

It would be highly convenient if elmx was supported via elm-brunch as currently there are no brunch plugins for elmx. The node library is just elmx and it is a very simple transpiler that converts react-like html structures in Elm code into the corresponding Elm.Html structure, thus giving back a normal .elm file. It is made to be fairly trivial to embed into build systems, however using bunch with no plugin for it yet means we have to do a manual compile step when we edit elmx files.

@madsflensted
Copy link
Owner

I think that it would be better to create a separate brunch-elmx plugin, it is not too complicated. A good starting point is to look at the livescript-brunch plugin as an example of a compile plugin.

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

No branches or pull requests

2 participants