haydn / json-api-store

An isomorphic JavaScript library that acts as an in memory data store for JSON API data.
http://particlesystem.com/json-api-store
MIT License
73 stars 5 forks source link

Fix build script #24

Closed haydn closed 9 years ago

haydn commented 9 years ago

The build script needs to packages things differently for different environments:

3rd party libraries need to be bundled into the source when building for the browser. (Maybe there should be a build without them as well?)