File tree 7 files changed +1
-41
lines changed
7 files changed +1
-41
lines changed Original file line number Diff line number Diff line change @@ -11,13 +11,9 @@ gem 'sqlite3'
11
11
gem 'puma' , '~> 3.11'
12
12
# Use SCSS for stylesheets
13
13
gem 'sass-rails' , '~> 5.0'
14
- # Use Uglifier as compressor for JavaScript assets
15
- gem 'uglifier' , '>= 1.3.0'
16
14
# See https://github.com/rails/execjs#readme for more supported runtimes
17
15
# gem 'mini_racer', platforms: :ruby
18
16
19
- # Use CoffeeScript for .coffee assets and views
20
- gem 'coffee-rails' , '~> 4.2'
21
17
# Turbolinks makes navigating your web application faster. Read more: https://github.com/turbolinks/turbolinks
22
18
gem 'turbolinks' , '~> 5'
23
19
# Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder
@@ -36,8 +32,6 @@ gem 'jbuilder', '~> 2.5'
36
32
# Reduces boot times through caching; required in config/boot.rb
37
33
gem 'bootsnap' , '>= 1.1.0' , require : false
38
34
39
- gem 'jquery-rails'
40
-
41
35
gem 'webpacker' , '~> 3.5'
42
36
43
37
group :development , :test do
Original file line number Diff line number Diff line change 65
65
chromedriver-helper (2.1.0 )
66
66
archive-zip (~> 0.10 )
67
67
nokogiri (~> 1.8 )
68
- coffee-rails (4.2.2 )
69
- coffee-script (>= 2.2.0 )
70
- railties (>= 4.0.0 )
71
- coffee-script (2.4.1 )
72
- coffee-script-source
73
- execjs
74
- coffee-script-source (1.12.2 )
75
68
concurrent-ruby (1.1.4 )
76
69
crass (1.0.4 )
77
70
erubi (1.8.0 )
78
- execjs (2.7.0 )
79
71
ffi (1.10.0 )
80
72
globalid (0.4.2 )
81
73
activesupport (>= 4.2.0 )
85
77
jbuilder (2.8.0 )
86
78
activesupport (>= 4.2.0 )
87
79
multi_json (>= 1.2 )
88
- jquery-rails (4.3.3 )
89
- rails-dom-testing (>= 1 , < 3 )
90
- railties (>= 4.2.0 )
91
- thor (>= 0.14 , < 2.0 )
92
80
listen (3.1.5 )
93
81
rb-fsevent (~> 0.9 , >= 0.9.4 )
94
82
rb-inotify (~> 0.9 , >= 0.9.7 )
183
171
turbolinks-source (5.2.0 )
184
172
tzinfo (1.2.5 )
185
173
thread_safe (~> 0.1 )
186
- uglifier (4.1.20 )
187
- execjs (>= 0.3.0 , < 3 )
188
174
web-console (3.7.0 )
189
175
actionview (>= 5.0 )
190
176
activemodel (>= 5.0 )
@@ -208,9 +194,7 @@ DEPENDENCIES
208
194
byebug
209
195
capybara (>= 2.15 )
210
196
chromedriver-helper
211
- coffee-rails (~> 4.2 )
212
197
jbuilder (~> 2.5 )
213
- jquery-rails
214
198
listen (>= 3.0.5 , < 3.2 )
215
199
puma (~> 3.11 )
216
200
rails (~> 5.2.2 )
@@ -221,7 +205,6 @@ DEPENDENCIES
221
205
sqlite3
222
206
turbolinks (~> 5 )
223
207
tzinfo-data
224
- uglifier (>= 1.3.0 )
225
208
web-console (>= 3.3.0 )
226
209
webpacker (~> 3.5 )
227
210
Original file line number Diff line number Diff line change 1
1
//= link_tree ../images
2
- //= link_directory ../javascripts .js
3
2
//= link_directory ../stylesheets .css
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 6
6
<%= csp_meta_tag %>
7
7
8
8
<%= stylesheet_link_tag 'application' , media : 'all' , 'data-turbolinks-track' : 'reload' %>
9
- <%= javascript_include_tag 'application' , 'data-turbolinks-track' : 'reload' %>
10
9
<%= javascript_pack_tag 'application' , 'data-turbolinks-track' : 'reload' %>
11
10
</ head >
12
11
Original file line number Diff line number Diff line change 24
24
# Apache or NGINX already handles this.
25
25
config . public_file_server . enabled = ENV [ 'RAILS_SERVE_STATIC_FILES' ] . present?
26
26
27
- # Compress JavaScripts and CSS.
28
- config . assets . js_compressor = :uglifier
27
+ # Compress CSS.
29
28
# config.assets.css_compressor = :sass
30
29
31
30
# Do not fallback to assets pipeline if a precompiled asset is missed.
You can’t perform that action at this time.
0 commit comments