Commit 80695cc045055f86edf080b263a3d25004bf05c4
drop webpacker
Joran committed on 5/8/2018, 6:38:46 AMParent: ad05200f2a0379fe8c3c7784d5ccb8b3486768d8
Files changed
Gemfile | changed |
Gemfile.lock | changed |
config/environments/development.rb | changed |
config/environments/production.rb | changed |
Gemfile | ||
---|---|---|
@@ -15,9 +15,9 @@ | ||
15 | 15 | gem 'rails' |
16 | 16 | gem 'sass-rails' |
17 | 17 | |
18 | 18 | # JS Handling |
19 | - gem 'webpacker'#, '~> 3.0' | |
19 | + # gem 'webpacker'#, '~> 3.0' | |
20 | 20 | |
21 | 21 | gem 'devise' |
22 | 22 | gem 'devise-bootstrap-views' |
23 | 23 | gem "cancancan" |
Gemfile.lock | ||
---|---|---|
@@ -155,10 +155,8 @@ | ||
155 | 155 | quiet_assets (1.1.0) |
156 | 156 | railties (>= 3.1, < 5.0) |
157 | 157 | rack (1.6.10) |
158 | 158 | rack-cors (1.0.2) |
159 | - rack-proxy (0.6.4) | |
160 | - rack | |
161 | 159 | rack-test (0.6.3) |
162 | 160 | rack (>= 1.0) |
163 | 161 | rails (4.2.10) |
164 | 162 | actionmailer (= 4.2.10) |
@@ -272,12 +270,8 @@ | ||
272 | 270 | webmock (3.3.0) |
273 | 271 | addressable (>= 2.3.6) |
274 | 272 | crack (>= 0.3.2) |
275 | 273 | hashdiff |
276 | - webpacker (3.4.3) | |
277 | - activesupport (>= 4.2) | |
278 | - rack-proxy (>= 0.6.1) | |
279 | - railties (>= 4.2) | |
280 | 274 | |
281 | 275 | PLATFORMS |
282 | 276 | ruby |
283 | 277 | |
@@ -319,9 +313,8 @@ | ||
319 | 313 | turbolinks! |
320 | 314 | uglifier! |
321 | 315 | vcr! |
322 | 316 | webmock! |
323 | - webpacker! | |
324 | 317 | |
325 | 318 | RUBY VERSION |
326 | 319 | ruby 2.3.3p222 |
327 | 320 |
config/environments/development.rb | ||
---|---|---|
@@ -1,7 +1,7 @@ | ||
1 | 1 | Rails.application.configure do |
2 | 2 | # Verifies that versions and hashed value of the package contents in the project's package.json |
3 | - config.webpacker.check_yarn_integrity = true | |
3 | + # config.webpacker.check_yarn_integrity = true | |
4 | 4 | |
5 | 5 | # Settings specified here will take precedence over those in config/application.rb. |
6 | 6 | |
7 | 7 | # In the development environment your application's code is reloaded on |
config/environments/production.rb | ||
---|---|---|
@@ -1,7 +1,7 @@ | ||
1 | 1 | Rails.application.configure do |
2 | 2 | # Verifies that versions and hashed value of the package contents in the project's package.json |
3 | - config.webpacker.check_yarn_integrity = false | |
3 | + # config.webpacker.check_yarn_integrity = false | |
4 | 4 | |
5 | 5 | # Settings specified here will take precedence over those in config/application.rb. |
6 | 6 | |
7 | 7 | # Code is not reloaded between requests. |
Built with git-ssb-web