Merge branch 'easy-dev-install' into 'master'
Easy dev install @jeroenvanbaarsen just tried the following: 1. Removing therubyracer from gemfile 2. Install node (brew install node or sudo apt-get install nodejs) 3. Run $ spinach features/ All worked as before, so this would mean people have to install the node dependency on their local machine, but in my experience this is much easier than installing libv8, especially for non ruby-devs. /cc @jacobvosmaer See merge request !262
Showing
... | ... | @@ -175,7 +175,6 @@ gem 'semantic-ui-sass', '~> 0.16.1.0' |
gem "sass-rails", '~> 4.0.2' | ||
gem "coffee-rails" | ||
gem "uglifier" | ||
gem "therubyracer" | ||
gem 'turbolinks' | ||
gem 'jquery-turbolinks' | ||
... | ... | @@ -260,6 +259,7 @@ end |
group :production do | ||
gem "gitlab_meta", '7.0' | ||
gem "therubyracer" | ||
end | ||
gem "newrelic_rpm" |
Please register or sign in to comment