Elm.tmLanguage icon indicating copy to clipboard operation
Elm.tmLanguage copied to clipboard

Better successful build message

Open kommen opened this issue 8 years ago • 2 comments

When my build code compiles without errors I see the following message at the top:

=== Successfully generated /dev/null ===
[Finished in 0.4s]

I know this reason for this. But would it be possible to replace the generated /dev/null to something simpler? I think that the /dev/null build output should be an implementation detail of which the user should not be concerned with.

kommen avatar Jan 25 '16 10:01 kommen

I agree that this would be nicer. I'll try to get something in the next version.

deadfoxygrandpa avatar Jan 26 '16 01:01 deadfoxygrandpa

An even better option would be to use a plugin like this one https://packagecontrol.io/packages/Better%20Build%20System to hide the panel on successful builds.

msjyoo avatar Mar 04 '16 12:03 msjyoo