sprockets 3.7.3 → 4.2.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +66 -265
- data/{LICENSE → MIT-LICENSE} +2 -2
- data/README.md +527 -320
- data/bin/sprockets +11 -7
- data/lib/rake/sprocketstask.rb +9 -4
- data/lib/sprockets/add_source_map_comment_to_asset_processor.rb +60 -0
- data/lib/sprockets/asset.rb +39 -27
- data/lib/sprockets/autoload/babel.rb +8 -0
- data/lib/sprockets/autoload/closure.rb +1 -0
- data/lib/sprockets/autoload/coffee_script.rb +1 -0
- data/lib/sprockets/autoload/eco.rb +1 -0
- data/lib/sprockets/autoload/ejs.rb +1 -0
- data/lib/sprockets/autoload/jsminc.rb +8 -0
- data/lib/sprockets/autoload/sass.rb +1 -0
- data/lib/sprockets/autoload/sassc.rb +8 -0
- data/lib/sprockets/autoload/uglifier.rb +1 -0
- data/lib/sprockets/autoload/yui.rb +1 -0
- data/lib/sprockets/autoload/zopfli.rb +7 -0
- data/lib/sprockets/autoload.rb +5 -0
- data/lib/sprockets/babel_processor.rb +66 -0
- data/lib/sprockets/base.rb +49 -12
- data/lib/sprockets/bower.rb +6 -3
- data/lib/sprockets/bundle.rb +41 -5
- data/lib/sprockets/cache/file_store.rb +25 -3
- data/lib/sprockets/cache/memory_store.rb +28 -10
- data/lib/sprockets/cache/null_store.rb +8 -0
- data/lib/sprockets/cache.rb +37 -2
- data/lib/sprockets/cached_environment.rb +15 -20
- data/lib/sprockets/closure_compressor.rb +1 -0
- data/lib/sprockets/coffee_script_processor.rb +19 -5
- data/lib/sprockets/compressing.rb +43 -3
- data/lib/sprockets/configuration.rb +5 -9
- data/lib/sprockets/context.rb +99 -25
- data/lib/sprockets/dependencies.rb +2 -1
- data/lib/sprockets/digest_utils.rb +35 -18
- data/lib/sprockets/directive_processor.rb +64 -38
- data/lib/sprockets/eco_processor.rb +2 -1
- data/lib/sprockets/ejs_processor.rb +2 -1
- data/lib/sprockets/encoding_utils.rb +1 -0
- data/lib/sprockets/environment.rb +9 -4
- data/lib/sprockets/erb_processor.rb +33 -32
- data/lib/sprockets/errors.rb +1 -0
- data/lib/sprockets/exporters/base.rb +71 -0
- data/lib/sprockets/exporters/file_exporter.rb +24 -0
- data/lib/sprockets/exporters/zlib_exporter.rb +33 -0
- data/lib/sprockets/exporters/zopfli_exporter.rb +14 -0
- data/lib/sprockets/exporting.rb +73 -0
- data/lib/sprockets/file_reader.rb +1 -0
- data/lib/sprockets/http_utils.rb +25 -7
- data/lib/sprockets/jsminc_compressor.rb +32 -0
- data/lib/sprockets/jst_processor.rb +11 -10
- data/lib/sprockets/loader.rb +88 -68
- data/lib/sprockets/manifest.rb +67 -64
- data/lib/sprockets/manifest_utils.rb +9 -6
- data/lib/sprockets/mime.rb +8 -62
- data/lib/sprockets/npm.rb +52 -0
- data/lib/sprockets/path_dependency_utils.rb +3 -11
- data/lib/sprockets/path_digest_utils.rb +2 -1
- data/lib/sprockets/path_utils.rb +88 -8
- data/lib/sprockets/paths.rb +1 -0
- data/lib/sprockets/preprocessors/default_source_map.rb +49 -0
- data/lib/sprockets/processing.rb +32 -62
- data/lib/sprockets/processor_utils.rb +28 -38
- data/lib/sprockets/resolve.rb +177 -93
- data/lib/sprockets/sass_cache_store.rb +2 -6
- data/lib/sprockets/sass_compressor.rb +13 -1
- data/lib/sprockets/sass_functions.rb +1 -0
- data/lib/sprockets/sass_importer.rb +1 -0
- data/lib/sprockets/sass_processor.rb +31 -10
- data/lib/sprockets/sassc_compressor.rb +56 -0
- data/lib/sprockets/sassc_processor.rb +297 -0
- data/lib/sprockets/server.rb +52 -39
- data/lib/sprockets/source_map_processor.rb +66 -0
- data/lib/sprockets/source_map_utils.rb +483 -0
- data/lib/sprockets/transformers.rb +63 -35
- data/lib/sprockets/uglifier_compressor.rb +21 -11
- data/lib/sprockets/unloaded_asset.rb +13 -11
- data/lib/sprockets/uri_tar.rb +1 -0
- data/lib/sprockets/uri_utils.rb +12 -12
- data/lib/sprockets/utils/gzip.rb +46 -14
- data/lib/sprockets/utils.rb +64 -90
- data/lib/sprockets/version.rb +2 -1
- data/lib/sprockets/yui_compressor.rb +1 -0
- data/lib/sprockets.rb +102 -39
- metadata +135 -43
- data/lib/sprockets/coffee_script_template.rb +0 -17
- data/lib/sprockets/deprecation.rb +0 -90
- data/lib/sprockets/eco_template.rb +0 -17
- data/lib/sprockets/ejs_template.rb +0 -17
- data/lib/sprockets/engines.rb +0 -92
- data/lib/sprockets/erb_template.rb +0 -11
- data/lib/sprockets/legacy.rb +0 -330
- data/lib/sprockets/legacy_proc_processor.rb +0 -35
- data/lib/sprockets/legacy_tilt_processor.rb +0 -29
- data/lib/sprockets/sass_template.rb +0 -19
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 3c5995147a647a6d47d625b6cc9f10586506f3832cff0070985ec9560ee3fc0d
|
4
|
+
data.tar.gz: 1befd6f705efbef88f05dc58b38f719f11b445f76c60a95f854a43ef8e84c21d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9d47aea08307515c8a0fab29615fbde5f892c91300668afd83b2739032adeb77794d4303e6ecb56c570bc784695d25304f7481fa45c4ab7bbe0727281ee7deab
|
7
|
+
data.tar.gz: 6d0f0b116766053d96402f5d88602374829ef9610160bd8398a093db33ceaafe31a2f2b33a8d0c615769f0bbba7c39d867db90dfded9bc5ff35d0c0ff4482e36
|
data/CHANGELOG.md
CHANGED
@@ -1,300 +1,101 @@
|
|
1
|
-
**
|
1
|
+
**Master**
|
2
2
|
|
3
|
-
|
3
|
+
Get upgrade notes from Sprockets 3.x to 4.x at https://github.com/rails/sprockets/blob/master/UPGRADING.md
|
4
4
|
|
5
|
-
|
5
|
+
## 4.2.0
|
6
6
|
|
7
|
-
|
7
|
+
- Rack 3 compatibility. [#758](https://github.com/rails/sprockets/pull/758)
|
8
|
+
- Fix thread safety of `Sprockets::CachedEnvironment` and `Sprockets::Cache::MemoryStore`. [#771](https://github.com/rails/sprockets/pull/771)
|
9
|
+
- Add support for Rack 3.0. Headers set by sprockets will now be lower case. [#758](https://github.com/rails/sprockets/pull/758)
|
10
|
+
- Make `Sprockets::Utils.module_include` thread safe on JRuby. [#759](https://github.com/rails/sprockets/pull/759)
|
8
11
|
|
9
|
-
|
12
|
+
## 4.1.0
|
10
13
|
|
11
|
-
|
14
|
+
- Allow age to be altered in asset:clean rake task.
|
15
|
+
- Fix `Sprockets::Server` to return lower-cased response headers to comply with Rack::Lint 3.0. [#744](https://github.com/rails/sprockets/pull/744)
|
16
|
+
- Adding new directive `depend_on_directory` [#668](https://github.com/rails/sprockets/pull/668)
|
17
|
+
- Fix `application/js-sourcemap+json` charset [#669](https://github.com/rails/sprockets/pull/669)
|
18
|
+
- Fix `CachedEnvironment` caching nil values [#723](https://github.com/rails/sprockets/pull/723)
|
19
|
+
- Process `*.jst.ejs.erb` files with ERBProcessor [#674](https://github.com/rails/sprockets/pull/674)
|
20
|
+
- Fix cache key for coffee script processor to be dependent on the filename [#670](https://github.com/rails/sprockets/pull/670)
|
12
21
|
|
13
|
-
|
22
|
+
## 4.0.3
|
14
23
|
|
15
|
-
|
24
|
+
- Fix `Manifest#find` yielding from a Promise causing issue on Ruby 3.1.0-dev. [#720](https://github.com/rails/sprockets/pull/720)
|
25
|
+
- Better detect the ERB version to avoid deprecation warnings. [#719](https://github.com/rails/sprockets/pull/719)
|
26
|
+
- Allow assets already fingerprinted to be served through `Sprockets::Server`
|
27
|
+
- Do not fingerprint files that already contain a valid digest in their name
|
28
|
+
- Remove remaining support for Ruby < 2.4.[#672](https://github.com/rails/sprockets/pull/672)
|
16
29
|
|
17
|
-
|
30
|
+
## 4.0.2
|
18
31
|
|
19
|
-
|
20
|
-
* Faster PathUtils.match_path_extname https://github.com/rails/sprockets/commit/697269cf81e5261fdd7072e32bd489403027fd7e
|
21
|
-
* Fixed uglifier comment stripping #326
|
22
|
-
* Error messages now show load path info #313
|
32
|
+
- Fix `etag` and digest path compilation that were generating string with invalid digest since 4.0.1.
|
23
33
|
|
24
|
-
|
34
|
+
## 4.0.1
|
25
35
|
|
26
|
-
|
36
|
+
- Fix for Ruby 2.7 keyword arguments warning in `base.rb`. [#660](https://github.com/rails/sprockets/pull/660)
|
37
|
+
- Fix for when `x_sprockets_linecount` is missing from a source map.
|
38
|
+
- Fix subresource integrity to match the digest of the asset.
|
27
39
|
|
28
|
-
|
40
|
+
## 4.0.0
|
29
41
|
|
30
|
-
|
42
|
+
- Fixes for Ruby 2.7 keyword arguments warnings [#625](https://github.com/rails/sprockets/pull/625)
|
43
|
+
- Manifest files are sorted alphabetically [#626](https://github.com/rails/sprockets/pull/626)
|
31
44
|
|
32
|
-
|
45
|
+
## 4.0.0.beta10
|
33
46
|
|
34
|
-
|
35
|
-
* Fix the list of compressable mime types.
|
36
|
-
* Improve performance of the `FileStore` cache.
|
47
|
+
- Fix YACB (Yet Another Caching Bug) [Fix broken expansion of asset link paths](https://github.com/rails/sprockets/pull/614)
|
37
48
|
|
38
|
-
|
49
|
+
## 4.0.0.beta9
|
39
50
|
|
40
|
-
|
41
|
-
|
51
|
+
- Minimum Ruby version for Sprockets 4 is now 2.5+ which matches minimum ruby version of Rails [#604]
|
52
|
+
- Fix threading bug introduced in Sprockets 4 [#603]
|
53
|
+
- Warn when two potential manifest files exist. [#560]
|
42
54
|
|
43
|
-
|
55
|
+
## 4.0.0.beta8
|
44
56
|
|
45
|
-
|
57
|
+
- Security release for [CVE-2018-3760](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-3760)
|
46
58
|
|
47
|
-
|
59
|
+
## 4.0.0.beta7
|
48
60
|
|
49
|
-
|
61
|
+
- Fix a year long bug that caused `Sprockets::FileNotFound` errors when the asset was present [#547]
|
62
|
+
- Raise an error when two assets such as foo.js and foo.js.erb would produce the same output artifact (foo.js) [#549 #530]
|
63
|
+
- Process `*.jst.eco.erb` files with ERBProcessor
|
50
64
|
|
51
|
-
|
65
|
+
## 4.0.0.beta6
|
52
66
|
|
53
|
-
|
67
|
+
- Fix source map line offsets [#515]
|
68
|
+
- Return a `400 Bad Request` when the path encoding is invalid. [#514]
|
54
69
|
|
55
|
-
|
70
|
+
## 4.0.0.beta5
|
56
71
|
|
57
|
-
|
72
|
+
- Reduce string allocations
|
73
|
+
- Source map metadata uses compressed form specified by the [source map v3 spec](https://docs.google.com/document/d/1U1RGAehQwRypUTovF1KRlpiOFze0b-_2gc6fAH0KY0k). [#402] **[BREAKING]**
|
74
|
+
- Generate [index maps](https://docs.google.com/document/d/1U1RGAehQwRypUTovF1KRlpiOFze0b-_2gc6fAH0KY0k/edit#heading=h.535es3xeprgt) when decoding source maps isn't necessary. [#402]
|
75
|
+
- Remove fingerprints from source map files. [#402]
|
58
76
|
|
59
|
-
|
77
|
+
## 4.0.0.beta4
|
60
78
|
|
61
|
-
|
79
|
+
- Changing the version now busts the digest of all assets [#404]
|
80
|
+
- Exporter interface added [#386]
|
81
|
+
- Using ENV vars in templates will recompile templates when the env vars change. [#365]
|
82
|
+
- Source maps for imported sass files with sassc is now fixed [#391]
|
83
|
+
- Load paths now in error messages [#322]
|
84
|
+
- Cache key added to babel processor [#387]
|
85
|
+
- `Environment#find_asset!` can now be used to raise an exception when asset could not be found [#379]
|
62
86
|
|
63
|
-
|
87
|
+
## 4.0.0.beta3
|
64
88
|
|
65
|
-
|
89
|
+
- Source Map fixes [#255] [#367]
|
90
|
+
- Performance improvements
|
66
91
|
|
67
|
-
|
92
|
+
## 4.0.0.beta2
|
68
93
|
|
69
|
-
|
94
|
+
- Fix load_paths on Sass processors [#223]
|
70
95
|
|
71
|
-
**3.3.2** (August 19, 2015)
|
72
96
|
|
73
|
-
|
97
|
+
## 4.0.0.beta1
|
74
98
|
|
75
|
-
|
99
|
+
- Initial release of Sprockets 4
|
76
100
|
|
77
|
-
|
78
|
-
|
79
|
-
**3.3.0** (August 12, 2015)
|
80
|
-
|
81
|
-
* Change internal cache key to use relative asset paths instead of absolute paths.
|
82
|
-
|
83
|
-
**3.2.0** (June 2, 2015)
|
84
|
-
|
85
|
-
* Updated SRI integrity to align with spec changes
|
86
|
-
* Deprecated Manifest integrity attribute
|
87
|
-
* Cleanup concatenating JS sources with newlines
|
88
|
-
|
89
|
-
**3.1.0** (May 10, 2015)
|
90
|
-
|
91
|
-
* Removed "index" logical path normalization. Asset#logical_path is always the
|
92
|
-
full logical path to the index file.
|
93
|
-
* Fixed static asset mtimes
|
94
|
-
* Fix manifest cleanup by age
|
95
|
-
* Removed redundant minifier level cache
|
96
|
-
* Updated SRI format according to spec changes
|
97
|
-
|
98
|
-
**3.0.3** (April 27, 2015)
|
99
|
-
|
100
|
-
* Fix static asset mtime fallback
|
101
|
-
* Only warn when specified asset version can not be loaded.
|
102
|
-
|
103
|
-
**3.0.2** (April 22, 2015)
|
104
|
-
|
105
|
-
* Ensure legacy Tilt handlers return String class data. Fixes issues with Haml
|
106
|
-
Tilt handler.
|
107
|
-
* Type check and improve error messages raised on bad processor returned results.
|
108
|
-
* Improve error message for relative paths not under load path.
|
109
|
-
* Changed HTML encoding fallback from ISO-8859-1 to default external.
|
110
|
-
* Avoid falling back to 0 mtimes which may cause warnings with tar
|
111
|
-
|
112
|
-
**3.0.1** (April 14, 2015)
|
113
|
-
|
114
|
-
* Fixed `Context#depend_on` with paths outside the load path
|
115
|
-
|
116
|
-
**3.0.0** (April 12, 2015)
|
117
|
-
|
118
|
-
[Guide to upgrading from Sprockets 2.x to 3.x](https://github.com/rails/sprockets/blob/3.x/UPGRADING.md)
|
119
|
-
|
120
|
-
* New processor API. Tilt interface is deprecated.
|
121
|
-
* Improved file store caching backend.
|
122
|
-
* MIME Types now accept charset custom charset detecters. Improves support for UTF-16/32 files.
|
123
|
-
* Environment#version no longer affects asset digests. Only used for busting the asset cache.
|
124
|
-
* Removed builtin support for LESS.
|
125
|
-
* Removed `//= include` directive support.
|
126
|
-
* Deprecated `BundledAsset#to_a`. Use `BundledAsset#included` to access debugging subcomponents.
|
127
|
-
* Support circular dependencies. For parity with ES6 modules.
|
128
|
-
* Manifest compilation will no longer generate .gz files by default. [Mixing
|
129
|
-
Content-Encoding and ETags is just a bad
|
130
|
-
idea](https://issues.apache.org/bugzilla/show_bug.cgi?id=39727)
|
131
|
-
* Added linked or referenced assets. When an asset is compiled, any of its links will be compiled as well.
|
132
|
-
* Introduce some limitations around enumerating all logical paths. 4.x will deprecate it and favor linked manifests for compliation.
|
133
|
-
* Add Asset integrity attribute for Subresource Integrity
|
134
|
-
* Default digest changed to SHA256. Configuring `digest_class` is deprecated.
|
135
|
-
* Rename `Asset#digest` to `Asset#hexdigest`. `Asset#digest` is deprecated and will
|
136
|
-
return a raw byte String in 4.x.
|
137
|
-
* Added transitional compatibility flag to `Environment#resolve(path, compat: true)`. 2.x mode operates with `compat: true` and 4.x with `compat: false`
|
138
|
-
* `manifest-abc123.json` renamed to `.sprockets-abc123.json`
|
139
|
-
|
140
|
-
**2.12.3** (October 28, 2014)
|
141
|
-
|
142
|
-
* Security: Fix directory traversal bug in development mode server.
|
143
|
-
|
144
|
-
**2.12.2** (September 5, 2014)
|
145
|
-
|
146
|
-
* Ensure internal asset lookups calls are still restricted to load paths within
|
147
|
-
asset compiles. Though, you should not depend on internal asset resolves to be
|
148
|
-
completely restricted for security reasons. Assets themselves should be
|
149
|
-
considered full scripting environments with filesystem access.
|
150
|
-
|
151
|
-
**2.12.1** (April 17, 2014)
|
152
|
-
|
153
|
-
* Fix making manifest target directory when its different than the output directory.
|
154
|
-
|
155
|
-
**2.12.0** (March 13, 2014)
|
156
|
-
|
157
|
-
* Avoid context reference in SassImporter hack so its Marshallable. Fixes
|
158
|
-
issues with Sass 3.3.x.
|
159
|
-
|
160
|
-
**2.11.0** (February 19, 2014)
|
161
|
-
|
162
|
-
* Cache store must now be an LRU implementation.
|
163
|
-
* Default digest changed to SHA1. To continue using MD5.
|
164
|
-
`env.digest_class = Digest::MD5`.
|
165
|
-
|
166
|
-
**2.10.0** (May 24, 2013)
|
167
|
-
|
168
|
-
* Support for `bower.json`
|
169
|
-
|
170
|
-
**2.9.3** (April 20, 2013)
|
171
|
-
|
172
|
-
* Fixed sass caching bug
|
173
|
-
|
174
|
-
**2.9.2** (April 8, 2013)
|
175
|
-
|
176
|
-
* Improve file freshness check performance
|
177
|
-
* Directive processor encoding fixes
|
178
|
-
|
179
|
-
**2.9.1** (April 6, 2013)
|
180
|
-
|
181
|
-
* Support for Uglifier 2.x
|
182
|
-
|
183
|
-
**2.9.0** (February 25, 2013)
|
184
|
-
|
185
|
-
* Write out gzipped variants of bundled assets.
|
186
|
-
|
187
|
-
**2.8.2** (December 10, 2012)
|
188
|
-
|
189
|
-
* Fixed top level Sass constant references
|
190
|
-
* Fixed manifest logger when environment is disabled
|
191
|
-
|
192
|
-
**2.8.1** (October 31, 2012)
|
193
|
-
|
194
|
-
* Fixed Sass importer bug
|
195
|
-
|
196
|
-
**2.8.0** (October 16, 2012)
|
197
|
-
|
198
|
-
* Allow manifest location to be separated from output directory
|
199
|
-
* Pass logical path and absolute path to each_logical_path iterator
|
200
|
-
|
201
|
-
**2.7.0** (October 10, 2012)
|
202
|
-
|
203
|
-
* Added --css-compressor and --js-compressor command line flags
|
204
|
-
* Added css/js compressor shorthand
|
205
|
-
* Change default manifest.json filename to be a randomized manifest-16HEXBYTES.json
|
206
|
-
* Allow nil environment to be passed to manifest
|
207
|
-
* Allow manifest instance to be set on rake task
|
208
|
-
|
209
|
-
**2.6.0** (September 19, 2012)
|
210
|
-
|
211
|
-
* Added bower component.json require support
|
212
|
-
|
213
|
-
**2.5.0** (September 4, 2012)
|
214
|
-
|
215
|
-
* Fixed Ruby 2.0 RegExp warning
|
216
|
-
* Provide stubbed implementation of context *_path helpers
|
217
|
-
* Add SassCompressor
|
218
|
-
|
219
|
-
**2.4.5** (July 10, 2012)
|
220
|
-
|
221
|
-
* Tweaked some logger levels
|
222
|
-
|
223
|
-
**2.4.4** (July 2, 2012)
|
224
|
-
|
225
|
-
* Canonicalize logical path extensions
|
226
|
-
* Check absolute paths passed to depend_on
|
227
|
-
|
228
|
-
**2.4.3** (May 16, 2012)
|
229
|
-
|
230
|
-
* Exposed :sprockets in sass options
|
231
|
-
* Include dependency paths in asset mtime
|
232
|
-
|
233
|
-
**2.4.2** (May 7, 2012)
|
234
|
-
|
235
|
-
* Fixed MultiJson feature detect
|
236
|
-
|
237
|
-
**2.4.1** (April 26, 2012)
|
238
|
-
|
239
|
-
* Fixed MultiJson API change
|
240
|
-
* Fixed gzip mtime
|
241
|
-
|
242
|
-
**2.4.0** (March 27, 2012)
|
243
|
-
|
244
|
-
* Added global path registry
|
245
|
-
* Added global processor registry
|
246
|
-
|
247
|
-
**2.3.2** (March 26, 2012)
|
248
|
-
|
249
|
-
* Fix Context#logical_path with dots
|
250
|
-
|
251
|
-
**2.3.1** (February 11, 2012)
|
252
|
-
|
253
|
-
* Added bytesize to manifest
|
254
|
-
* Added Asset#bytesize alias
|
255
|
-
* Security: Check path for forbidden access after unescaping
|
256
|
-
|
257
|
-
**2.3.0** (January 16, 2012)
|
258
|
-
|
259
|
-
* Added special Sass importer that automatically tracks any `@import`ed files.
|
260
|
-
|
261
|
-
**2.2.0** (January 10, 2012)
|
262
|
-
|
263
|
-
* Added `sprockets` command line utility.
|
264
|
-
* Added rake/sprocketstask.
|
265
|
-
* Added json manifest log of compiled assets.
|
266
|
-
* Added `stub` directive that allows you to exclude files from the bundle.
|
267
|
-
* Added per environment external encoding (Environment#default_external_encoding). Defaults to UTF-8. Fixes issues where LANG is not set correctly and Rubys default external is set to ASCII.
|
268
|
-
|
269
|
-
**2.1.2** (November 20, 2011)
|
270
|
-
|
271
|
-
* Disabled If-Modified-Since server checks. Fixes some browser caching issues when serving the asset body only. If-None-Match caching is sufficient.
|
272
|
-
|
273
|
-
**2.1.1** (November 18, 2011)
|
274
|
-
|
275
|
-
* Fix windows absolute path check bug.
|
276
|
-
|
277
|
-
**2.1.0** (November 11, 2011)
|
278
|
-
|
279
|
-
* Directive comment lines are now turned into empty lines instead of removed. This way line numbers in
|
280
|
-
CoffeeScript syntax errors are correct.
|
281
|
-
* Performance and caching bug fixes.
|
282
|
-
|
283
|
-
**2.0.3** (October 17, 2011)
|
284
|
-
|
285
|
-
* Detect format extensions from right to left.
|
286
|
-
* Make JST namespace configurable.
|
287
|
-
|
288
|
-
**2.0.2** (October 4, 2011)
|
289
|
-
|
290
|
-
* Fixed loading stale cache from bundler gems.
|
291
|
-
|
292
|
-
**2.0.1** (September 30, 2011)
|
293
|
-
|
294
|
-
* Fixed bug with fingerprinting file names with multiple dots.
|
295
|
-
* Decode URIs as default internal.
|
296
|
-
* Fix symlinked asset directories.
|
297
|
-
|
298
|
-
**2.0.0** (August 29, 2011)
|
299
|
-
|
300
|
-
* Initial public release.
|
101
|
+
Please upgrade to the latest Sprockets 3 version before upgrading to Sprockets 4. Check the 3.x branch for previous changes https://github.com/rails/sprockets/blob/3.x/CHANGELOG.md.
|
data/{LICENSE → MIT-LICENSE}
RENAMED
@@ -1,5 +1,5 @@
|
|
1
|
-
Copyright (c) 2014 Sam Stephenson
|
2
|
-
Copyright (c) 2014 Joshua Peek
|
1
|
+
Copyright (c) 2014-2019 Sam Stephenson
|
2
|
+
Copyright (c) 2014-2019 Joshua Peek
|
3
3
|
|
4
4
|
Permission is hereby granted, free of charge, to any person obtaining
|
5
5
|
a copy of this software and associated documentation files (the
|