The elm compiler takes elm files & caches their compiled versions (.elmi and .elmo files) into an elm-stuff folder. tup does not like this:
tup error: Unspecified output files - A command is writing to files that you didn't specify in the Tupfile. You should add them so tup knows what to expect. -- Unspecified output: elm-stuff/build-artifacts/0.18.0/user/project/1.0.0/HomePage.elmi What & how do I let tup know? Thanks! -- -- tup-users mailing list email: [email protected] unsubscribe: [email protected] options: http://groups.google.com/group/tup-users?hl=en --- You received this message because you are subscribed to the Google Groups "tup-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
