raquo / Waypoint

Efficient router for Laminar UI Library
MIT License
92 stars 12 forks source link

Source maps are pointing to the wrong url #17

Closed raquo closed 10 months ago

raquo commented 10 months ago

Currently: https://raw.githubusercontent.com/raquo/Waypoint/08d17d331fa004b35f5e9ba52ece84fd441b9b54/src/main/scala/com/raquo/waypoint/SplitRender.scala

Should be: https://raw.githubusercontent.com/raquo/Waypoint/08d17d331fa004b35f5e9ba52ece84fd441b9b54/js/src/main/scala/com/raquo/waypoint/SplitRender.scala

Missing js (the frontend project name). Need to update the build.sbt snippet to include client project name in the path.