lai
1
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
mythz
2
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>
lai
3
OMG I am such a dumb ass!