Skip to content

Commit

Permalink
Merge branch 'dartsass' into zeitwerk
Browse files Browse the repository at this point in the history
  • Loading branch information
stkenny committed Nov 7, 2024
2 parents a57bcf3 + 7741705 commit acc9b4d
Show file tree
Hide file tree
Showing 8 changed files with 9,851 additions and 4 deletions.
1 change: 0 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ gemspec
gem 'paper_trail'
gem 'user_group', git: '[email protected]:Digital-Repository-of-Ireland/dri-user-group.git', branch: 'main'
gem 'avalon_ingest', git: 'https://github.com/stkenny/avalon_ingest'
gem 'jstree-rails-4', git: 'https://github.com/kesha-antonov/jstree-rails-4'

gem 'simplecov', require: false, group: :test
gem 'database_cleaner', require: false, group: :test
2 changes: 1 addition & 1 deletion app/assets/javascripts/dri_batch_ingest.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
//
//= require underscore
//= require jquery-smartwizard/jquery.smartWizard.min
//= require jstree
//= require jstree/jstree
//= require browse_everything
//= require dri_batch_ingest/create_ingest
//= require dri_batch_ingest/manifest_ingest
2 changes: 1 addition & 1 deletion app/assets/stylesheets/dri_batch_ingest.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
@import "jquery-smartwizard/smart_wizard_all.min";
@import "jstree-default";
@import "jstree/style";
@import "browse_everything";

.ingest-wizard-container {
Expand Down
1 change: 0 additions & 1 deletion lib/dri_batch_ingest/engine.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
# frozen_string_literal: true
require 'underscore-rails'
require 'jstree-rails-4'
require 'browse_everything'

module DRIBatchIngest
Expand Down
Binary file added vendor/assets/images/jstree/32px.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added vendor/assets/images/jstree/40px.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit acc9b4d

Please sign in to comment.