Skip to content
New issue

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

[question] outdated js libraries #25

Open
duncdrum opened this issue Aug 8, 2017 · 2 comments
Open

[question] outdated js libraries #25

duncdrum opened this issue Aug 8, 2017 · 2 comments

Comments

@duncdrum
Copy link
Contributor

duncdrum commented Aug 8, 2017

bootstrap 3.0.3 (released 2014) is severely outdated, 3.3.7 is current and 4.0.0 is approaching. Beginners can no longer just copy paste examples from the bootstrap docs into their exist code, without running into troubles because of this. I have tried to update the js library in my local test machine and ran into js artefacts all over the place (granted that was a while ago). I dislike jquery but it probably suffers a similar fate.

Are there better strategies to keep shared resources current, without breaking existing apps? Would it make sense to move shared-resources to a more aggressive dependency management regiment? Maybe switch the html starter code to cdnjs?

@dizzzz
Copy link
Member

dizzzz commented Aug 8, 2017

CDJNS is not an option for general usage as quite a few users use eXist-db in a restricted environment, with no HTTP acces to internet resources.

I did not realize that examples do not work anymore, I have not seen it myself yet :-)

so we need to have a strategy in place for sure...... but putting what ever version in shared-resources make no sense either

@duncdrum
Copy link
Contributor Author

duncdrum commented Aug 9, 2017

@dizzzz I don't have a good idea for a strategy either. Maybe something for the next conference call. I just think that doing nothing is going to cause more troubles further down the road.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants