IjzerenHein / famous-flex

Animatable layouts, FlexScrollView & widgets for famo.us.
MIT License
279 stars 44 forks source link

Distribution minified build + browserify support #65

Closed matt-d-rat closed 9 years ago

matt-d-rat commented 9 years ago

I am having an issue with using your awesome library with an application which uses browserify as part of its build.

I originally raised this issue with the yeoman generator I am using: https://github.com/thaiat/generator-angular-famous-ionic/issues/126

But the problem appears to be more on the famous-flex library side in that it doesn't have a minified distribution build as part of the release that is compatible with browserify.

Would you be able to support this please?

matt-d-rat commented 9 years ago

Possibly related to https://github.com/IjzerenHein/famous-flex/issues/47 - any guidance you can provide to helping me to get this to work with the aforementioned browserfiy application would be most appreciated.

IjzerenHein commented 9 years ago

Yes, please have a look at #47. I just posted a message there with some new information on this. Cheers

IjzerenHein commented 9 years ago

Hi, I just released a new version v0.2.0. I've updated the NPM and bower packages. Does this solve your problem?

matt-d-rat commented 9 years ago

@IjzerenHein thanks for the update. I'll give it a test in the next couple of days and report back to you.

IjzerenHein commented 9 years ago

Hi, I've just released a new version of famous-flex (v0.3.2). It contains all new generated /dist files to meet different kind of integration scenarios. I've also created a test project, which showcases how to integrate famous-flex using different technologies (requirejs, global, wepback, browserify: https://github.com/IjzerenHein/famous-lib-tester