-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Removing All Gem Installs and Unneeded Files
This commit removes the unused Jekyll functionality of this gem by deleting all the gem installs except the dependency defined in the gemspec. It also removes the configuration and documentation files that were only used for creating standalone sites. atlas_assets is now stripped down to only be used for packaging the assets files in the atlas frontend.
- Loading branch information
1 parent
783bdc3
commit 9b73983
Showing
32 changed files
with
2 additions
and
3,398 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,23 +1,5 @@ | ||
source 'https://rubygems.org' | ||
ruby '2.7.6' | ||
ruby '2.7.7' | ||
|
||
# Specify your gem's dependencies in atlas_assets.gemspec | ||
gemspec | ||
|
||
gem "rake", "~> 13.0.0" | ||
gem "jekyll", "~> 3.0" | ||
gem "sass" | ||
gem "jekyll-assets", "~> 2.0.0" | ||
gem "coffee-script", "~> 2.4.1" | ||
gem 'rack-contrib' | ||
gem "rack-rewrite" | ||
gem "pygmentize", "~> 0.0.3" | ||
gem "kramdown" | ||
gem "coderay", "~> 1.1.3" | ||
gem "puma", "~> 4.3.11" | ||
gem "eco", "~> 1.0.0" | ||
gem "sprockets" | ||
gem "liquid" | ||
gem "rack", "~> 2.1.4" | ||
gem "kramdown-parser-gfm" | ||
gem "kramdown-syntax-coderay" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.