Closed kcjpop closed 9 years ago
When including directly from dist like <script src="http://127.0.0.1:7777/packages/mithril-translate/dist/mithril-translate.min.js"></script>, the sourceMap cannot be found.
dist
<script src="http://127.0.0.1:7777/packages/mithril-translate/dist/mithril-translate.min.js"></script>
Hello,
I fixed the gruntfile and updated the source map. So, now things should be okay.
That likely comes from a known issue of grunt-contrib-ugify
When including directly from
dist
like<script src="http://127.0.0.1:7777/packages/mithril-translate/dist/mithril-translate.min.js"></script>
, the sourceMap cannot be found.