Jeffrey D Johnson
Jeffrey D Johnson
Would it be worth perhaps automatically generating an id attribute on a `` when it is not provided by a consumer so that this is no longer an issue? Perhaps...
Lets not write more jQuery code for the world. Use plain JS instead. `let test = document.querySelector('#IDofSwitch option:selected').value;`
+1
I guess i'm trying to understand where the build is being stored. If I could customize it using CLI I could then store it using CircleCI to define temp folders...
@ai The purpose of this is to store the information on a per build basis. I work in a repository that receives a lot of internal contributions daily and we...
Usually we store the whole webpack bundle or `--why` tree. I'll try to take a stab at it this weekend! Your feedback will be appreciated 😄.