mirror of
https://github.com/discourse/discourse.git
synced 2025-09-06 10:50:21 +08:00
nuking turbo sprockets, having lots of issues precompiling on jenkins
This commit is contained in:
parent
857e2e6a19
commit
09f9ed3609
3 changed files with 2 additions and 9 deletions
3
Gemfile
3
Gemfile
|
@ -138,7 +138,8 @@ gem 'discourse_emoji', path: 'vendor/gems/discourse_emoji'
|
||||||
group :assets do
|
group :assets do
|
||||||
gem 'sass'
|
gem 'sass'
|
||||||
gem 'sass-rails'
|
gem 'sass-rails'
|
||||||
gem 'turbo-sprockets-rails3'
|
# Sam: disabling for now, having issues with our jenkins build
|
||||||
|
# gem 'turbo-sprockets-rails3'
|
||||||
gem 'uglifier'
|
gem 'uglifier'
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
|
@ -446,9 +446,6 @@ GEM
|
||||||
treetop (1.4.12)
|
treetop (1.4.12)
|
||||||
polyglot
|
polyglot
|
||||||
polyglot (>= 0.3.1)
|
polyglot (>= 0.3.1)
|
||||||
turbo-sprockets-rails3 (0.3.6)
|
|
||||||
railties (> 3.2.8, < 4.0.0)
|
|
||||||
sprockets (>= 2.0.0)
|
|
||||||
tzinfo (0.3.37)
|
tzinfo (0.3.37)
|
||||||
uglifier (2.0.1)
|
uglifier (2.0.1)
|
||||||
execjs (>= 0.3.0)
|
execjs (>= 0.3.0)
|
||||||
|
@ -550,7 +547,6 @@ DEPENDENCIES
|
||||||
therubyracer
|
therubyracer
|
||||||
thin
|
thin
|
||||||
timecop
|
timecop
|
||||||
turbo-sprockets-rails3
|
|
||||||
uglifier
|
uglifier
|
||||||
unicorn
|
unicorn
|
||||||
vestal_versions!
|
vestal_versions!
|
||||||
|
|
|
@ -460,9 +460,6 @@ GEM
|
||||||
treetop (1.4.14)
|
treetop (1.4.14)
|
||||||
polyglot
|
polyglot
|
||||||
polyglot (>= 0.3.1)
|
polyglot (>= 0.3.1)
|
||||||
turbo-sprockets-rails3 (0.2.9)
|
|
||||||
railties (>= 3.1.0)
|
|
||||||
sprockets (>= 2.0.0)
|
|
||||||
tzinfo (0.3.37)
|
tzinfo (0.3.37)
|
||||||
uglifier (2.1.2)
|
uglifier (2.1.2)
|
||||||
execjs (>= 0.3.0)
|
execjs (>= 0.3.0)
|
||||||
|
@ -562,7 +559,6 @@ DEPENDENCIES
|
||||||
therubyracer
|
therubyracer
|
||||||
thin
|
thin
|
||||||
timecop
|
timecop
|
||||||
turbo-sprockets-rails3
|
|
||||||
uglifier
|
uglifier
|
||||||
unicorn
|
unicorn
|
||||||
vestal_versions!
|
vestal_versions!
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue