Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrading to Bootstrap 3 under a different name (its not Twitter's anymore) #20

Open
synhershko opened this issue Dec 24, 2013 · 3 comments

Comments

@synhershko
Copy link

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?

@jeremydmiller
Copy link
Contributor

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".

@synhershko
Copy link
Author

Out of curiosity - why not use Powershell scripts, psake and chocolatey?

@jeremydmiller
Copy link
Contributor

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants