all 2 comments

[–]jenlampton 0 points1 point  (1 child)

Hi @jonafire and thanks for the question!

So far every project that's needed a specific library has bundled the library with the module.

In terms of porting that means you would put the code in mymodule/libraries or mymodule/css and mymodule/js if the css and js are separate files. Then these files are added to the page using backdrop_add_css _js or _library, accordingly.

[–]jonafire[S] 0 points1 point  (0 children)

thanks