Ss-util.js - with boostrap template

With the latest version 4.5.8 using the ServiceStack boostrap template with no modifications cannot reference ss-util.js, always getting a 404

<script src="/js/ss-util.js"></script>

Any additional settings I need to do to get this to work ?

Cheers

It’s called ss-utils.js, copy the script tag from http://docs.servicestack.net/ss-utils-js

<script type="text/javascript" src="/js/ss-utils.js"></script>

OMG I am such a dumb ass!