mondora / asteroid

An alternative client for a Meteor backend
MIT License
734 stars 101 forks source link

Asteroid 2.0 Please make bower version of this package #91

Open radiegtya opened 8 years ago

radiegtya commented 8 years ago

Please make bower version for this package, I need use this package for my ionic apps. I want to porting my ionic apps which using 0.6 asteroid to 2.0. Because 0.6 have so many issue on performance (mobile).

Regards

afuggini commented 8 years ago

+1

msio commented 8 years ago

+1

hmelenok commented 8 years ago

+1

joesamcoke commented 8 years ago

+1

Rebolon commented 8 years ago

+1

For those who wants to use asteroid in a easy way i added yesterday evening a repo with a build of asteroid : https://github.com/Rebolon/asteroid-build in dist folder you have the app.js to test it as is But you can alter the src/index.js to do a new build with this command browserify src/index.js -t babelify -d -p [minifyify --map app.js.map --output dist/app.js.map] --outfile dist/app.js Hope it will helps

B-Stewart commented 8 years ago

+1

Using @Rebolon 's build until bower is added. It is working pretty well.