You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have the problem that elm-brunch directly compiles to files in the destination folder. So brunch can't join the compiled elm files with other javascripts files, nor is it possible to uglify.
Other brunch plugins, like coffescript-brunch returns the content of compiled file to the callback instead of directly writing to the destination folder.
Do you have any idea to solve the problem ?
The text was updated successfully, but these errors were encountered:
Currently the elm compiler will bundle all the elm related libraries together, and does it's own management of dependencies. And the way this is handled are about to change in the upcoming releases of the elm compiler / make utility. So I have not tried to do anything fancy to pass generated javascript down the brunch pipeline.
I am sure there is a way to get brunch to take the generated javascript and post-process it if you need to, but just have haven't needed it.
I have the problem that elm-brunch directly compiles to files in the destination folder. So brunch can't join the compiled elm files with other javascripts files, nor is it possible to uglify.
Other brunch plugins, like coffescript-brunch returns the content of compiled file to the callback instead of directly writing to the destination folder.
Do you have any idea to solve the problem ?
The text was updated successfully, but these errors were encountered: