Skip to content

Commit 74878fc

Browse files
authored
[Unbundle] Extract img tools into a separate gem plugin (#2984)
switches to using [`al-img-tools`](https://github.com/al-org-dev/al-img-tools/tree/main) gem and removes unnecessary code and scripts.
1 parent d0b918b commit 74878fc

10 files changed

Lines changed: 24 additions & 627 deletions

File tree

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ Gemfile.lock
1010
assets/libs/
1111
node_modules/
1212
vendor
13-
.idea
13+
.idea

Gemfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,4 +42,5 @@ group :al_folio_plugins do
4242
gem 'al_analytics', :git => 'https://github.com/al-org-dev/al-analytics.git'
4343
gem 'al_citations', :git => 'https://github.com/al-org-dev/al-citations.git'
4444
gem 'al_ext_posts', :git => 'https://github.com/al-org-dev/al-ext-posts.git'
45+
gem 'al_img_tools', :git => 'https://github.com/al-org-dev/al-img-tools.git'
4546
end

Gemfile.lock

Lines changed: 0 additions & 335 deletions
This file was deleted.

0 commit comments

Comments
 (0)