usrse.github.io icon indicating copy to clipboard operation
usrse.github.io copied to clipboard

[refactor] Address the unnecessary dependent gem issues

Open brgnepal opened this issue 4 years ago • 2 comments

I recently came to know that we are using unnecessary dependent gems which comes with github-pages gem.

See more in the comment https://github.com/USRSE/usrse.github.io/issues/424#issuecomment-802603030.

My standard Gemfile has these much content:

gem "jekyll", "~> 4.1.1"
gem 'html-proofer'

group :jekyll_plugins do
  gem "jekyll-seo-tag"
  gem "jekyll-paginate-v2"
  gem "jekyll-redirect-from"
end

This issue is created to address the refactoring of the Gemfile.

NOTE: We might need to be careful while doing it.

brgnepal avatar Mar 19 '21 07:03 brgnepal

This would be easy to tackle soon - do you want to take charge of it @coolbrg? I would be happy to review!

vsoch avatar Mar 19 '21 07:03 vsoch

do you want to take charge of it @coolbrg?

Ya sure. 👍

brgnepal avatar Mar 19 '21 07:03 brgnepal

Based on the end of the conversation in #427, it looks like this is no longer an issue? Closing for now

kescobo avatar Jun 13 '23 02:06 kescobo