]> source.dussan.org Git - redmine.git/commit
Add Propshaft library to enable the asset pipeline without modifying existing assets...
authorMarius Balteanu <marius.balteanu@zitec.com>
Thu, 25 Jan 2024 05:38:33 +0000 (05:38 +0000)
committerMarius Balteanu <marius.balteanu@zitec.com>
Thu, 25 Jan 2024 05:38:33 +0000 (05:38 +0000)
commitc99bb27e27e3c32ca5aa174de238fe3adf089310
tree08c94446e85ecba3bec0167ce4571260fb9652a3
parentf803778cde85c6d58f1e5d8740d3e46852f39a0e
Add Propshaft library to enable the asset pipeline without modifying existing assets (#39111).

Patch by Takashi Kato (@tohosaku).

git-svn-id: https://svn.redmine.org/redmine/trunk@22626 e93f8b46-1217-0410-a6f0-8f06a7374b81
18 files changed:
.gitignore
.hgignore
Gemfile
app/helpers/application_helper.rb
config/application.rb
config/environments/production.rb
config/initializers/10-patches.rb
config/initializers/30-redmine.rb
lib/redmine/asset_path.rb [new file with mode: 0644]
lib/redmine/hook/view_listener.rb
lib/redmine/plugin.rb
lib/redmine/themes.rb
test/fixtures/asset_path/foo/images/baz/baz.svg [new file with mode: 0644]
test/fixtures/asset_path/foo/images/foo.svg [new file with mode: 0644]
test/fixtures/asset_path/foo/stylesheets/bar/bar.css [new file with mode: 0644]
test/fixtures/asset_path/foo/stylesheets/foo.css [new file with mode: 0644]
test/integration/lib/redmine/hook_test.rb
test/unit/lib/redmine/asset_path_test.rb [new file with mode: 0644]