git ssb

0+

dangerousbeans / project-entropy.com



Commit 80695cc045055f86edf080b263a3d25004bf05c4

drop webpacker

Joran committed on 5/8/2018, 6:38:46 AM
Parent: ad05200f2a0379fe8c3c7784d5ccb8b3486768d8

Files changed

Gemfilechanged
Gemfile.lockchanged
config/environments/development.rbchanged
config/environments/production.rbchanged
GemfileView
@@ -15,9 +15,9 @@
1515 gem 'rails'
1616 gem 'sass-rails'
1717
1818 # JS Handling
19- gem 'webpacker'#, '~> 3.0'
19+ # gem 'webpacker'#, '~> 3.0'
2020
2121 gem 'devise'
2222 gem 'devise-bootstrap-views'
2323 gem "cancancan"
Gemfile.lockView
@@ -155,10 +155,8 @@
155155 quiet_assets (1.1.0)
156156 railties (>= 3.1, < 5.0)
157157 rack (1.6.10)
158158 rack-cors (1.0.2)
159- rack-proxy (0.6.4)
160- rack
161159 rack-test (0.6.3)
162160 rack (>= 1.0)
163161 rails (4.2.10)
164162 actionmailer (= 4.2.10)
@@ -272,12 +270,8 @@
272270 webmock (3.3.0)
273271 addressable (>= 2.3.6)
274272 crack (>= 0.3.2)
275273 hashdiff
276- webpacker (3.4.3)
277- activesupport (>= 4.2)
278- rack-proxy (>= 0.6.1)
279- railties (>= 4.2)
280274
281275 PLATFORMS
282276 ruby
283277
@@ -319,9 +313,8 @@
319313 turbolinks!
320314 uglifier!
321315 vcr!
322316 webmock!
323- webpacker!
324317
325318 RUBY VERSION
326319 ruby 2.3.3p222
327320
config/environments/development.rbView
@@ -1,7 +1,7 @@
11 Rails.application.configure do
22 # 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
44
55 # Settings specified here will take precedence over those in config/application.rb.
66
77 # In the development environment your application's code is reloaded on
config/environments/production.rbView
@@ -1,7 +1,7 @@
11 Rails.application.configure do
22 # 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
44
55 # Settings specified here will take precedence over those in config/application.rb.
66
77 # Code is not reloaded between requests.

Built with git-ssb-web