Merge 76fdb3e948 into ba8b86d5fb
This commit is contained in:
commit
6edf16a67c
5 changed files with 9 additions and 72 deletions
10
Gemfile
10
Gemfile
|
|
@ -70,15 +70,12 @@ gem 'awesome_nested_set'
|
||||||
# as templating language
|
# as templating language
|
||||||
gem 'haml-rails'
|
gem 'haml-rails'
|
||||||
|
|
||||||
# for stylesheets
|
|
||||||
gem 'sass-rails', '>= 4.0.2'
|
|
||||||
|
|
||||||
# as compressor for JavaScript assets
|
# as compressor for JavaScript assets
|
||||||
gem 'uglifier', '>= 1.3.0'
|
gem 'uglifier', '>= 1.3.0'
|
||||||
|
|
||||||
# as the front-end framework
|
# as the front-end framework
|
||||||
gem 'autoprefixer-rails'
|
gem 'sassc-rails'
|
||||||
gem 'bootstrap-sass', '~> 3.4.0'
|
gem 'bootstrap', '~> 5'
|
||||||
gem 'cocoon'
|
gem 'cocoon'
|
||||||
|
|
||||||
# as the JavaScript library
|
# as the JavaScript library
|
||||||
|
|
@ -149,9 +146,6 @@ gem 'money-rails'
|
||||||
# for lists
|
# for lists
|
||||||
gem 'acts_as_list'
|
gem 'acts_as_list'
|
||||||
|
|
||||||
# for switch checkboxes
|
|
||||||
gem 'bootstrap-switch-rails', '3.3.3' # Locked pending Bttstrp/bootstrap-switch#707
|
|
||||||
|
|
||||||
# for parsing OEmbed data
|
# for parsing OEmbed data
|
||||||
gem 'ruby-oembed'
|
gem 'ruby-oembed'
|
||||||
|
|
||||||
|
|
|
||||||
14
Gemfile.lock
14
Gemfile.lock
|
|
@ -95,10 +95,9 @@ GEM
|
||||||
bcrypt (3.1.20)
|
bcrypt (3.1.20)
|
||||||
bigdecimal (3.1.8)
|
bigdecimal (3.1.8)
|
||||||
bindex (0.8.1)
|
bindex (0.8.1)
|
||||||
bootstrap-sass (3.4.1)
|
bootstrap (5.3.3)
|
||||||
autoprefixer-rails (>= 5.2.1)
|
autoprefixer-rails (>= 9.1.0)
|
||||||
sassc (>= 2.0.0)
|
popper_js (>= 2.11.8, < 3)
|
||||||
bootstrap-switch-rails (3.3.3)
|
|
||||||
builder (3.2.4)
|
builder (3.2.4)
|
||||||
byebug (11.1.3)
|
byebug (11.1.3)
|
||||||
cancancan (3.6.1)
|
cancancan (3.6.1)
|
||||||
|
|
@ -369,6 +368,7 @@ GEM
|
||||||
ruby-rc4
|
ruby-rc4
|
||||||
ttfunk
|
ttfunk
|
||||||
pg (1.5.6)
|
pg (1.5.6)
|
||||||
|
popper_js (2.11.8)
|
||||||
prawn (2.5.0)
|
prawn (2.5.0)
|
||||||
matrix (~> 0.4)
|
matrix (~> 0.4)
|
||||||
pdf-core (~> 0.10.0)
|
pdf-core (~> 0.10.0)
|
||||||
|
|
@ -611,10 +611,8 @@ DEPENDENCIES
|
||||||
acts_as_commentable_with_threading
|
acts_as_commentable_with_threading
|
||||||
acts_as_list
|
acts_as_list
|
||||||
ajax-datatables-rails
|
ajax-datatables-rails
|
||||||
autoprefixer-rails
|
|
||||||
awesome_nested_set
|
awesome_nested_set
|
||||||
bootstrap-sass (~> 3.4.0)
|
bootstrap (~> 5)
|
||||||
bootstrap-switch-rails (= 3.3.3)
|
|
||||||
byebug
|
byebug
|
||||||
cancancan
|
cancancan
|
||||||
capybara
|
capybara
|
||||||
|
|
@ -686,7 +684,7 @@ DEPENDENCIES
|
||||||
rubocop-rails
|
rubocop-rails
|
||||||
rubocop-rspec
|
rubocop-rspec
|
||||||
ruby-oembed
|
ruby-oembed
|
||||||
sass-rails (>= 4.0.2)
|
sassc-rails
|
||||||
selectize-rails
|
selectize-rails
|
||||||
sentry-rails
|
sentry-rails
|
||||||
shoulda-matchers
|
shoulda-matchers
|
||||||
|
|
|
||||||
|
|
@ -33,7 +33,6 @@
|
||||||
//= require holderjs
|
//= require holderjs
|
||||||
//= require osem-datatables
|
//= require osem-datatables
|
||||||
//= require osem-tickets
|
//= require osem-tickets
|
||||||
//= require bootstrap-switch
|
|
||||||
//= require osem-schedule
|
//= require osem-schedule
|
||||||
//= require osem-switch
|
//= require osem-switch
|
||||||
//= require osem-bootstrap
|
//= require osem-bootstrap
|
||||||
|
|
|
||||||
|
|
@ -10,7 +10,6 @@
|
||||||
*= require osem-fonts
|
*= require osem-fonts
|
||||||
*= require bootstrap-markdown
|
*= require bootstrap-markdown
|
||||||
*= require leaflet
|
*= require leaflet
|
||||||
*= require bootstrap3-switch
|
|
||||||
*= require osem-payments
|
*= require osem-payments
|
||||||
*= require osem-navbar
|
*= require osem-navbar
|
||||||
*= require selectize
|
*= require selectize
|
||||||
|
|
|
||||||
|
|
@ -5,61 +5,8 @@ $navbar-default-color: #ffffff;
|
||||||
$navbar-default-link-color: #ffffff;
|
$navbar-default-link-color: #ffffff;
|
||||||
$navbar-default-link-hover-color: #000000;
|
$navbar-default-link-hover-color: #000000;
|
||||||
|
|
||||||
@import "bootstrap-sprockets";
|
|
||||||
|
|
||||||
//
|
//
|
||||||
// Bootstrap components
|
// Bootstrap components
|
||||||
//
|
//
|
||||||
// Core variables and mixins
|
// Core variables and mixins
|
||||||
@import "bootstrap/variables";
|
@import "bootstrap";
|
||||||
@import "bootstrap/mixins";
|
|
||||||
|
|
||||||
// Reset and dependencies
|
|
||||||
@import "bootstrap/normalize";
|
|
||||||
@import "bootstrap/print";
|
|
||||||
@import "bootstrap/glyphicons";
|
|
||||||
|
|
||||||
// Core CSS
|
|
||||||
@import "bootstrap/scaffolding";
|
|
||||||
@import "bootstrap/type";
|
|
||||||
@import "bootstrap/code";
|
|
||||||
@import "bootstrap/grid";
|
|
||||||
@import "bootstrap/tables";
|
|
||||||
@import "bootstrap/forms";
|
|
||||||
@import "bootstrap/buttons";
|
|
||||||
|
|
||||||
// Components
|
|
||||||
@import "bootstrap/component-animations";
|
|
||||||
@import "bootstrap/dropdowns";
|
|
||||||
@import "bootstrap/button-groups";
|
|
||||||
@import "bootstrap/input-groups";
|
|
||||||
@import "bootstrap/navs";
|
|
||||||
@import "bootstrap/navbar";
|
|
||||||
@import "bootstrap/breadcrumbs";
|
|
||||||
@import "bootstrap/pagination";
|
|
||||||
@import "bootstrap/pager";
|
|
||||||
@import "bootstrap/labels";
|
|
||||||
@import "bootstrap/badges";
|
|
||||||
@import "bootstrap/jumbotron";
|
|
||||||
@import "bootstrap/thumbnails";
|
|
||||||
@import "bootstrap/alerts";
|
|
||||||
@import "bootstrap/progress-bars";
|
|
||||||
@import "bootstrap/media";
|
|
||||||
@import "bootstrap/list-group";
|
|
||||||
@import "bootstrap/panels";
|
|
||||||
@import "bootstrap/responsive-embed";
|
|
||||||
@import "bootstrap/wells";
|
|
||||||
@import "bootstrap/close";
|
|
||||||
|
|
||||||
// Components w/ JavaScript
|
|
||||||
@import "bootstrap/modals";
|
|
||||||
@import "bootstrap/tooltip";
|
|
||||||
@import "bootstrap/popovers";
|
|
||||||
@import "bootstrap/carousel";
|
|
||||||
|
|
||||||
// Utility classes
|
|
||||||
@import "bootstrap/utilities";
|
|
||||||
@import "bootstrap/responsive-utilities";
|
|
||||||
|
|
||||||
// semantic classes
|
|
||||||
@import "osem-datatables";
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue