Closed huntc closed 10 years ago
The following configuration is valid yet isn't processed by sbt-rjs:
require.config { paths: { leaflet: "../lib/leaflet/leaflet" } }
The problem is that rjs expects leaflet to be "leaflet" i.e. quoted.
leaflet
"leaflet"
The following configuration is valid yet isn't processed by sbt-rjs:
The problem is that rjs expects
leaflet
to be"leaflet"
i.e. quoted.