jonberliner / infiniteLibrary

0 stars 1 forks source link

Implement browserify, babel, and put up a basic example #1

Closed machow closed 7 years ago

machow commented 8 years ago

Okay--it can now build with browserify (for using require) and babel (for using ES6 features). As I set it up, it occurred to me that if we don't need much more javascript for the basic infiniteLibrary code, then it might be simpler to just use a single file (or concatenate everything together). Thoughts?

I fixed a couple bugs, and it looks like cartesianN is working. I'm going to implement some basic unit tests, and then we should be good to go!

(this pull request is me thinking out loud before implementing unit tests / undoing things that don't seem useful).

machow commented 7 years ago

I'm closing to clean up my PRs :)