martinklepsch / tenzing

⚡️ Clojurescript application template using Boot
Eclipse Public License 1.0
403 stars 39 forks source link

out of box sounds #89

Closed ashnur closed 6 years ago

ashnur commented 6 years ago

What if the fastest way to disable all sounds that the tools are making? I already removed (speak) from build.boot. I generated the project like this: boot -d boot/new new -t tenzing -n app-name -a +om-next -a +sass, but I hope that this is irrelevant and there is a general approach to muting all sounds.

martinklepsch commented 6 years ago

@ashnur If you removed all occurrences of speak from your build.boot there should be no sounds. If there still are any sounds please publish the repo to GitHub and I'll be happy to take a look :)

ashnur commented 6 years ago

You are right. Forgot to restart everything after the change.