Files
karma/templates
Łukasz Mierzwa 5e501844a7 Change template script type to application/javascript
Go 1.8 introduced checking of script type and templates are no longer loading, as the script type is not allowed by Go 1.8
https://github.com/golang/go/issues/18569 captures the details.
Change template script type to one of the allowed types, it doesn't matter for clientside-haml-js, it only needs to match the script id
2017-03-23 22:54:07 -07:00
..