We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In the file demo/index.html the file ../dist/Control.Geocoder.js is linked, but in the dist directory is no Control.Geocoder.js.
demo/index.html
../dist/Control.Geocoder.js
Control.Geocoder.js
The text was updated successfully, but these errors were encountered:
The file has to be built first using npm run build
npm run build
Sorry, something went wrong.
Oh, I assumed it would have to be included at least in the release archives. So this issue could be closed.
BTW: Thank you for the new release 🙂
Or would it be an option to change the relative links (css and js) in the demo to unpkg links?
<script src="../dist/Control.Geocoder.js"></script>
=>
<script src="https://unpkg.com/leaflet-control-geocoder/dist/Control.Geocoder.js"></script>
No branches or pull requests
In the file
demo/index.html
the file../dist/Control.Geocoder.js
is linked, but in the dist directory is noControl.Geocoder.js
.The text was updated successfully, but these errors were encountered: