Skip to content

Commit e997dbf

Browse files
committedMar 9, 2020
Pare down build dependency surface area
1 parent 2bd8aae commit e997dbf

File tree

5 files changed

+1
-129
lines changed

5 files changed

+1
-129
lines changed
 

‎Gemfile

-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
source 'https://rubygems.org'
22

3-
gem 'rake'
43
gem 'sprockets', '3.6.0' # Note: Sprockets > 3.6.0 strips the banners from our dist files
54
gem 'sprockets-export'
65
gem 'sprockets-svgo'
@@ -11,4 +10,3 @@ gem 'sass'
1110
gem 'uglifier'
1211
gem 'blade', '~> 0.7.0'
1312
gem 'github_api', '~> 0.13.1'
14-
gem 'aws-sdk'

‎Gemfile.lock

-10
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,6 @@ GEM
77
minitest (~> 5.1)
88
tzinfo (~> 1.1)
99
addressable (2.4.0)
10-
aws-sdk (2.2.8)
11-
aws-sdk-resources (= 2.2.8)
12-
aws-sdk-core (2.2.8)
13-
jmespath (~> 1.0)
14-
aws-sdk-resources (2.2.8)
15-
aws-sdk-core (= 2.2.8)
1610
blade (0.7.0)
1711
activesupport (>= 3.0.0)
1812
blade-qunit_adapter (~> 2.0.1)
@@ -74,7 +68,6 @@ GEM
7468
hashie (3.5.6)
7569
http_parser.rb (0.6.0)
7670
i18n (0.7.0)
77-
jmespath (1.1.3)
7871
json (2.0.2)
7972
jwt (1.5.6)
8073
minitest (5.9.1)
@@ -88,7 +81,6 @@ GEM
8881
multi_xml (~> 0.5)
8982
rack (>= 1.2, < 3)
9083
rack (2.0.8)
91-
rake (10.0.4)
9284
sass (3.4.3)
9385
sprockets (3.6.0)
9486
concurrent-ruby (~> 1.0)
@@ -115,13 +107,11 @@ PLATFORMS
115107
ruby
116108

117109
DEPENDENCIES
118-
aws-sdk
119110
blade (~> 0.7.0)
120111
coffee-script
121112
coffee-script-source (~> 1.9.1)
122113
eco
123114
github_api (~> 0.13.1)
124-
rake
125115
sass
126116
sprockets (= 3.6.0)
127117
sprockets-export

‎README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Trix sidesteps these inconsistencies by treating `contenteditable` as an I/O dev
1515

1616
### Built for the Modern Web
1717

18-
<details><summary>Trix supports all evergreen, self-updating desktop and mobile browsers.</summary><img src="https://s3.amazonaws.com/trix-depot/test-status-images/trix.svg"></details>
18+
<details><summary>Trix supports all evergreen, self-updating desktop and mobile browsers.</summary><img src="https://app.saucelabs.com/browser-matrix/basecamp_trix.svg"></details>
1919

2020
Trix is built with emerging web standards, notably [Custom Elements](https://developer.mozilla.org/en-US/docs/Web/Web_Components/Using_custom_elements), [Mutation Observer](https://dom.spec.whatwg.org/#mutation-observers), and [Promises](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Promise). Eventually we expect all browsers to implement these standards. In the meantime, Trix includes [polyfills](https://en.wikipedia.org/wiki/Polyfill_(programming)) for missing functionality.
2121

‎bin/rake

-16
This file was deleted.

‎bin/update-status-image

-100
This file was deleted.

0 commit comments

Comments
 (0)
Please sign in to comment.