JoshData / jot

JSON Operational Transformation (JOT)
353 stars 34 forks source link

"values.js not available!" problem #6

Closed AndreaVitale closed 8 years ago

AndreaVitale commented 8 years ago

Trying to use build_browser_lib.js exception

    throw module_name + " not available!";
                      ^
values.js not available!

is fired. How i can solve this?

JoshData commented 8 years ago

Yeah that was all broken.

I've pushed all-new instructions for building for the browser --- see the README. Be sure to delete any jot.js file you created from the old instructions first, since that'll mess up module resolution (since it's the same name as the package.)