scriptcs icon indicating copy to clipboard operation
scriptcs copied to clipboard

Add install.csx hook for script packs

Open glennblock opened this issue 11 years ago • 4 comments
trafficstars

We need this to support the new Edge nuget package (https://github.com/tjanczuk/edge/tree/doubleedge) @tjanczuk is developing to enable calling node from .net directly! We need to copy JS, native lib and related content files into the right place so node.dll will find them.

With this change we will look for an install.csx on installation of packages. If we find it we run it, but only on install.

And the nice thing about this is the install is csx so it will work cross plat unlike cough powershell cough ;-)

It stands to reason that this should also work for modules but script packs is the top pri.

glennblock avatar May 09 '14 11:05 glennblock

:heart: this

adamralph avatar May 09 '14 11:05 adamralph

@adamralph if you love it, take it :-)

glennblock avatar Jan 04 '15 21:01 glennblock

Done :wink:

It may be some time before I get onto it, so in the meantime, if anyone feels like grabbing this just put a comment on here and I'll step down.

adamralph avatar Jan 05 '15 00:01 adamralph

Thank you sir!

On Sun Jan 04 2015 at 4:22:35 PM Adam Ralph [email protected] wrote:

Done [image: :wink:]

It may be some time before I get onto it, so in the meantime, if anyone feels like grabbing this just put a comment on here and I'll step down.

— Reply to this email directly or view it on GitHub https://github.com/scriptcs/scriptcs/issues/678#issuecomment-68656624.

glennblock avatar Jan 05 '15 00:01 glennblock