You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I couldn't properly compile it though - I had to add all the packages from nuget myself and copy files around. Not much fun. Can this made easier to do?
The text was updated successfully, but these errors were encountered:
Just run the rake script to generate the CommonAssemblyInfo.cs and pull down all the nugets with Ripple. You'll need Ruby 1.9.3+, then "gem install bundler" + "gem install rake".
I've never been a fan of Powershell, I and several of the other early fubu contributors like Ruby, and all of those things you mentioned are Windows-only technologies whereas Rake/Ruby is happily cross platform.
We were going to also support Chocolately, but then found out that it can install gems as is, so you could install our executables through that.
The gems/bundler integration w/ Rake has been very useful as well.
Jeremy
On Dec 25, 2013, at 10:50 AM, Itamar Syn-Hershko [email protected] wrote:
Out of curiosity - why not use Powershell scripts, psake and chocolatey?
—
Reply to this email directly or view it on GitHub.
See https://github.com/synhershko/FubuMVC.Bootstrap
I couldn't properly compile it though - I had to add all the packages from nuget myself and copy files around. Not much fun. Can this made easier to do?
The text was updated successfully, but these errors were encountered: