Skip to content

Commit 91db38f

Browse files
committed
update
2 parents 946dcbf + 3125925 commit 91db38f

File tree

4 files changed

+16
-147
lines changed

4 files changed

+16
-147
lines changed

Gemfile

+5
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,11 @@ gem 'uglifier', '>= 1.3.0'
1515
# See https://github.com/rails/execjs#readme for more supported runtimes
1616

1717
gem 'execjs'
18+
<<<<<<< HEAD
19+
=======
20+
#gem 'mini_racer', '<= 0.3'
21+
#gem 'libv8', '~> 7.3'
22+
>>>>>>> 3125925d5d1c092c93e9c5c05a03d596a38ee529
1823

1924
# Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder
2025
gem 'jbuilder', '~> 2.11'

README.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
11
# library-cms
22

33
This is the CMS for the University of Alberta Libraries website. It uses Comfy Mexican Sofa. This repository also contains the staff profiles application.
4+
5+
## Applications
6+
7+
+ MariaDB database for profiles application and CMS
8+
9+
## Development environment
10+
11+
+ Ruby 2.7.5
12+
+ Rails 7.0.2
13+
+ MariaDB 5.5

app/webpacker/packs/application.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ import '../src/javascripts/jquery-migrate-3.1.0.min.js';
1919
import '../src/javascripts/jquery-ui.min.js';
2020
import '../src/javascripts/jquery.hoverIntent.minified.js';
2121
import '../src/javascripts/bootstrap.min.js';
22-
import '../src/javascripts/ualib-home.js';
22+
// import '../src/javascripts/ualib-home.js';
2323
import '../src/stylesheets/application.scss';
2424

2525

app/webpacker/src/javascripts/ualib-home.js

-146
This file was deleted.

0 commit comments

Comments
 (0)