blue-jay / blueprint

Blueprint for your next web application in Go.
https://blue-jay.github.io/
MIT License
482 stars 77 forks source link

How hard is it to update Bootstrap #78

Open Light-Wizzard opened 6 years ago

Light-Wizzard commented 6 years ago

Do you have jay scripts you can post to update HTML5 Shim and Respond.js?

If these are the only references from the base.tmpl: {{JS "static/js/jquery.min.js"}} {{JS "static/js/underscore-min.js"}} {{JS "static/js/bootstrap.min.js"}} {{JS "static/js/all.min.js"}} then the version should not matter and I can update all the scripts, do you see a problem? Thanks Great Blueprint

josephspurrier commented 6 years ago

All of those files are loaded from here: https://github.com/blue-jay/blueprint/tree/master/asset/static/js. You can replace them with later versions if you would like.