remove migrate

This commit is contained in:
Joerg Reichert 2023-04-07 21:58:47 +02:00
parent 5506939678
commit 30fb4b37a0
81 changed files with 171 additions and 235656 deletions

View file

@ -1,2 +1,2 @@
//= link_directory ../javascripts .js
//= link_tree ../../../vendor/javascript .js
//= link_tree ../builds

View file

@ -10,20 +10,4 @@
// Read Sprockets README (https://github.com/sstephenson/sprockets#sprockets-directives) for details
// about supported directives.
//
//= require jquery
//= require jquery_ujs
//= require foundation
//= require turbolinks
//= require bootstrap.min
//=require_tree ../../../app/assets/stylesheets
import * as bootstrap from "bootstrap"
import jquery from "jquery"
import "foundation-sites"
window.jQuery = jquery
window.$ = jquery
$(function() {
$(document).foundation();
});

View file

@ -1,27 +1,10 @@
/*
* This is a manifest file that'll be compiled into application.css, which will include all the files
* listed below.
*
* Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets,
* or vendor/assets/stylesheets of plugins, if any, can be referenced here using a relative path.
*
* You're free to add application-wide styles to this file and they'll appear at the bottom of the
* compiled file so the styles you add here take precedence over styles defined in any styles
* defined in the other CSS/SCSS files in this directory. It is generally better to create a new
* file per style scope.
*
*= require_self
//= require foundation_and_overrides
*/
@import 'bootstrap/scss/bootstrap';
@import 'bootstrap/scss/bootstrap-grid';
@import 'bootstrap-icons/font/bootstrap-icons';
@import 'foundation_and_overrides';
@import 'objects/search-result';
@import 'objects/geo';
.left {float:left}
.right {float:right}
.clear {clear:both}