if i want to make a cljsjs
package, for a script that is not downloaded (for instance, the youtube iFrame API: https://developers.google.com/youtube/iframe_api_reference) how exactly would i do that?
the externs.js file i have works perfectly. so i want to package it for others
@biscuitpants take a look at the stripe package, basically same situation I think
oh sweet, thanks @martinklepsch
@biscuitpants basically you can make packages that only have an externs file and don't add any JS to the build
okay great. that’s pretty much what i want to do
Will be easy 🙂
and, if i’m adding 2 externs. should i do 2 separate PR’s, or just one?
as in two packages?
yep
YoutubeApi and Vimeo
make it two PRs then I'd say
cool
not super important though I guess
i don’t mind either, its up to how you guys manage the repo
👍