Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove legacy viewer code #2803

Merged
merged 2 commits into from
Mar 18, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version: 18
- run: bin/yarn install
- name: Run tests
run: bin/rake
env:
Expand Down
1 change: 0 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ gem 'newrelic_rpm', group: :production
# Use okcomputer to monitor the application
gem 'okcomputer'

gem 'cssbundling-rails', '~> 1.1'
gem 'shakapacker', '~> 7.0'

gem 'view_component', '~> 3.10'
Expand Down
3 changes: 0 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -124,8 +124,6 @@ GEM
bigdecimal
rexml
crass (1.0.6)
cssbundling-rails (1.4.3)
railties (>= 6.0.0)
date (3.4.1)
debug (1.10.0)
irb (~> 1.10)
Expand Down Expand Up @@ -409,7 +407,6 @@ DEPENDENCIES
capistrano-shared_configs
capybara
config
cssbundling-rails (~> 1.1)
debug
dlss-capistrano
dor-rights-auth
Expand Down
1 change: 0 additions & 1 deletion Procfile.dev
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
web: unset PORT && env RUBY_DEBUG_OPEN=true bin/rails server
css: bin/yarn build:css --watch
js: bin/shakapacker-dev-server
stacks: docker compose up --abort-on-container-exit --build
146 changes: 0 additions & 146 deletions app/assets/stylesheets/legacy_common.scss

This file was deleted.

148 changes: 0 additions & 148 deletions app/assets/stylesheets/legacy_file.scss

This file was deleted.

Loading