397 liens privés
Un petit script bash qui permet de bootstraper les datasources et des templates dans grafana.
Cela consiste à faire des POST sur l'API.
Alors que 'twitter bootstrap 4' pointe le bout de son nez (http://blog.getbootstrap.com/2015/08/19/bootstrap-4-alpha/ + http://v4-alpha.getbootstrap.com/), je rappele ce fork qui consiste à virer les JS jQuery.
Je l'utilise sur mon site (fralef.me) qui est d'ailleurs toujours en version 2.
Bootstrap, as of version 2, requires jQuery for some components such as dropdowns, alerts and the little "hamburger" icon that triggers a collapsible menu. While jQuery is an excellent cross-browser framework, it can be overkill if it's only used for displaying and hiding things. Of course, if a project already uses jQuery then there's no problem, but if not here's a script to replace jQuery and some of the Bootstrap plugin scripts. Using this should reduce download size and speed up loading time for your users.
code : https://github.com/tagawa/bootstrap-without-jquery
J'ai allégé mon site (fralef.me) de 119.3K en supprimant jquery (1.7.2) et en mettant ce fork de bootstrap.min.js. joie!
"This upgrade tool replaces the Bootstrap 2.x CSS class names with Bootstrap 3.0 class names. Additionally, this tool converts Navbar, Modal and other components in accordance with the Bootstrap 3.0 docs."
Ou alors on se paluche le truc à la main en suivant la doc : http://getbootstrap.com/getting-started/#migration
un autre clone du twitter bootstrap (http://getbootstrap.com)
via http://sebsauvage.net/links/?gVhuuA