mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-23 15:48:43 -05: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
|
||||
gem 'sass'
|
||||
gem 'sass-rails'
|
||||
gem 'turbo-sprockets-rails3'
|
||||
# Sam: disabling for now, having issues with our jenkins build
|
||||
# gem 'turbo-sprockets-rails3'
|
||||
gem 'uglifier'
|
||||
end
|
||||
|
||||
|
|
|
@ -446,9 +446,6 @@ GEM
|
|||
treetop (1.4.12)
|
||||
polyglot
|
||||
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)
|
||||
uglifier (2.0.1)
|
||||
execjs (>= 0.3.0)
|
||||
|
@ -550,7 +547,6 @@ DEPENDENCIES
|
|||
therubyracer
|
||||
thin
|
||||
timecop
|
||||
turbo-sprockets-rails3
|
||||
uglifier
|
||||
unicorn
|
||||
vestal_versions!
|
||||
|
|
|
@ -460,9 +460,6 @@ GEM
|
|||
treetop (1.4.14)
|
||||
polyglot
|
||||
polyglot (>= 0.3.1)
|
||||
turbo-sprockets-rails3 (0.2.9)
|
||||
railties (>= 3.1.0)
|
||||
sprockets (>= 2.0.0)
|
||||
tzinfo (0.3.37)
|
||||
uglifier (2.1.2)
|
||||
execjs (>= 0.3.0)
|
||||
|
@ -562,7 +559,6 @@ DEPENDENCIES
|
|||
therubyracer
|
||||
thin
|
||||
timecop
|
||||
turbo-sprockets-rails3
|
||||
uglifier
|
||||
unicorn
|
||||
vestal_versions!
|
||||
|
|
Loading…
Reference in a new issue