robotlegs / robotlegs-framework

An ActionScript 3 application framework for Flash and Flex

Home Page:https://robotlegs.tenderapp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add bin path

webysther opened this issue · comments

Hi, is possible add /bin path with compiled swc version? Is more simple to use the library for another programmer's... ;)

Hello,

I don't quite understand your request. Could you please explain in more detail?

For example: https://github.com/Webysther/as3rpclib/tree/master/bin

I left pre compiled into a folder in some versions of SDK (you can leave for only the most recent example), it speeds up the deployment of the library by other developers.

Aha, now I see what you mean :)

You can always download the latest distribution package from http://www.robotlegs.org - the ZIP contains a bin folder with a precompiled SWC.

Alternatively, the repository contains 3 ways to compile the distribution package from source (including SWC, ASDocs, etc): Ant, Maven and Buildr (Ruby). The easiest is probably Ant:

ant package

While it might seem convenient to store binary artefacts in the source repository, it is not good practice and causes lots of issues when working in a team.

ha, ok... :)