fullscale / elastic.js

A JavaScript implementation of the elasticsearch Query DSL
http://docs.fullscale.co/elasticjs/
MIT License
654 stars 163 forks source link

Minified version does not match source #66

Closed SecretAgentKen closed 10 years ago

SecretAgentKen commented 10 years ago

The minified version currently in the dist folder does not match the full source in the same folder. It seems to be generated from an earlier version. For example, the source function for the Request object is not available in the minified version but is in elastic.js.

phjardas commented 10 years ago

Probably related to issue #63.

mattweber commented 10 years ago

Minified is generated from the non-minified version which is directly from the source. If you pulled from npm you might have an old version. Please pull 1.2.0 from npm for the latest sources.