"/client/compatibility" or "/public" folder when using a CDN?

I’m integrating the AdminLTE Bootstrap template into a Meteor 1.4 app. There are several packages that utilize this framework but they are dated so I’d prefer to manually use integrate it into my app.

So far it’s working when I place all the CSS/JS files of this template in /public. I know this isn’t best practice and was curious how others have best integrated UI frameworks into Meteor.

As MDG recommends I also plan to use a CDN to deliver all these static JS/CSS. Should they be placed in /public or is it preferable to place them in the /client/compatibility folder?

Any thoughts would be much appreciated, thanks.