cljsjs

2016-11-23T07:42:59.001170Z

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?

2016-11-23T07:43:11.001172Z

the externs.js file i have works perfectly. so i want to package it for others

martinklepsch 2016-11-23T07:48:32.001173Z

@biscuitpants take a look at the stripe package, basically same situation I think

2016-11-23T07:48:44.001174Z

oh sweet, thanks @martinklepsch

martinklepsch 2016-11-23T07:48:51.001175Z

@biscuitpants basically you can make packages that only have an externs file and don't add any JS to the build

2016-11-23T07:49:02.001176Z

okay great. that’s pretty much what i want to do

martinklepsch 2016-11-23T07:49:12.001177Z

Will be easy 🙂

2016-11-23T07:49:20.001178Z

and, if i’m adding 2 externs. should i do 2 separate PR’s, or just one?

martinklepsch 2016-11-23T07:49:44.001179Z

as in two packages?

2016-11-23T07:49:50.001180Z

yep

2016-11-23T07:49:54.001181Z

YoutubeApi and Vimeo

martinklepsch 2016-11-23T07:50:07.001182Z

make it two PRs then I'd say

2016-11-23T07:50:12.001183Z

cool

martinklepsch 2016-11-23T07:50:16.001184Z

not super important though I guess

2016-11-23T07:50:29.001185Z

i don’t mind either, its up to how you guys manage the repo

martinklepsch 2016-11-23T07:51:59.001186Z

👍