You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried the above patch but it somehow broke Jenkins. We should try again.
Bower is configured (thru ./.bowerrc) to put libs in ./public/lib but then we also mount the current dir, so we shadow the files with the current directory. That's why we've needed to run bower twice, but we will save some time if we manage to solve this! Maybe putting bower libs outside /app?
Please describe the problem (or idea)
What happened just before the problem occurred? Or what problem could this idea solve?
We moved the bower files into a public folder because they include some CSS and JS files we needed to be able to link to directly without compiling them in with Sprockets. It has ended up being useful also for checking the installed version of a library directly via a URL... like https://publiclab.org/lib/jquery/dist/jquery.js -- but if we can figure out the key issue above (see examples re: Leaflet and Woofmark here: https://github.com/publiclab/plots2/search?q=lib%2F&unscoped_q=lib%2F) we could do this, yeah!
https://gitlab.com/publiclab/plots2/commit/2292036555b77f901256387eaa15e436874a538a
I tried the above patch but it somehow broke Jenkins. We should try again.
Bower is configured (thru
./.bowerrc
) to put libs in./public/lib
but then we also mount the current dir, so we shadow the files with the current directory. That's why we've needed to run bower twice, but we will save some time if we manage to solve this! Maybe putting bower libs outside/app
?Please describe the problem (or idea)
Please show us where to look
https://publiclab.org/ ...
What's your PublicLab.org username?
Browser, version, and operating system
Thank you!
Your help makes Public Lab better! We deeply appreciate your helping refine and improve this site.
To learn how to write really great issues, which increases the chances they'll be resolved, see:
https://publiclab.org/wiki/developers#Contributing+for+non-coders
The text was updated successfully, but these errors were encountered: