Meteor-Community-Packages / meteor-autocomplete

Client/server autocompletion designed for Meteor's collections and reactivity.
https://atmospherejs.com/mizzao/autocomplete
MIT License
350 stars 108 forks source link

Consider not minifying the deployed demo #39

Closed dandv closed 10 years ago

dandv commented 10 years ago

Would help users trace through the code, to better understand how it works live.

mizzao commented 10 years ago

Is it even possible to meteor deploy an un-minified version?

mizzao commented 10 years ago

Done with meteor deploy --debug autocomplete.meteor.com as suggested in http://stackoverflow.com/a/21059791/586086. Results in a much faster bundle too.

I added b47f84aa61cd52ba775fda99b14c08eb0a7ea4dc as a reminder.