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
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?
The text was updated successfully, but these errors were encountered:
@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.
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?The text was updated successfully, but these errors were encountered: