File tree 5 files changed +10
-4
lines changed
lib/external_asset_pipeline
5 files changed +10
-4
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## 0.3.0
4
+
5
+ Add ` dev_server.public_origin ` setting to support the use case where different
6
+ origins are used when the rails backend connects to the dev server (to get the
7
+ manifest) and when the browser requests assets from the dev server.
8
+
3
9
## 0.2.0
4
10
5
11
Add support for requesting assets from a dev server
Original file line number Diff line number Diff line change 1
1
PATH
2
2
remote: ../..
3
3
specs:
4
- external_asset_pipeline (0.2 .0 )
4
+ external_asset_pipeline (0.3 .0 )
5
5
railties (>= 5.0.0 , < 7.0 )
6
6
7
7
GEM
Original file line number Diff line number Diff line change 1
1
PATH
2
2
remote: ../..
3
3
specs:
4
- external_asset_pipeline (0.2 .0 )
4
+ external_asset_pipeline (0.3 .0 )
5
5
railties (>= 5.0.0 , < 7.0 )
6
6
7
7
GEM
Original file line number Diff line number Diff line change 1
1
PATH
2
2
remote: ../..
3
3
specs:
4
- external_asset_pipeline (0.2 .0 )
4
+ external_asset_pipeline (0.3 .0 )
5
5
railties (>= 5.0.0 , < 7.0 )
6
6
7
7
GEM
Original file line number Diff line number Diff line change 1
1
# frozen_string_literal: true
2
2
3
3
module ExternalAssetPipeline
4
- VERSION = '0.2 .0'
4
+ VERSION = '0.3 .0'
5
5
end
You can’t perform that action at this time.
0 commit comments