drupalprojects / kalatheme

Mirror of http://drupal.org/project/kalatheme provided by hubdrop.
http://hubdrop.org/project/kalatheme
GNU General Public License v2.0
22 stars 29 forks source link

Libraries module integration for D8 #261

Open soniktrooth opened 8 years ago

soniktrooth commented 8 years ago

We implemented Bootstrap as a library in D7—albeit in a bit of a (necessarily) hacky way (eval). It would be good to do this again but more importantly if we are going to make KT framework agnostic I think this will become necessary.

From #253:

look how the Bootstrap theme converted hook_libraries_info() into an anootation plugin, we would have to do the same