forked from 3dbionotes-community/3DBIONOTES
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #234 from EyeSeeTea/feature/upgrade-ruby-sprockets
Keep Sprockets in Ruby upgrade
- Loading branch information
Showing
62 changed files
with
397 additions
and
341 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,91 @@ | ||
//= link_tree ../images | ||
//= link_tree ../stylesheets | ||
|
||
//= link global_tools/sweetalert.min.js | ||
//= link global_tools/sweetalert.css | ||
|
||
//= link main_frame/main_lib.js | ||
//= link main_frame/ppi_annotations.js | ||
//= link main_frame/import_proteins.js | ||
//= link main_frame/upload_data.js | ||
//= link main_frame/remove_annotations.js | ||
//= link main_frame/main_init.js | ||
//= link main_frame/main_inter.js | ||
//= link main_frame/main_style.css | ||
//= link main_frame/upload_data.css | ||
//= link main_frame/remove_annotations.css | ||
//= link main_frame/import_proteins.css | ||
//= link main_frame/fontello.css | ||
//= link main_frame/upload_first_step_form.css | ||
|
||
//= link sequence_viewer/jquery-1.4.2.min.js | ||
//= link sequence_viewer/jquery-ui-1.8.2.custom.min.js | ||
//= link sequence_viewer/Biojs.js | ||
//= link sequence_viewer/Biojs.Sequence_alignment.js | ||
//= link sequence_viewer/Biojs.Tooltip.js | ||
//= link sequence_viewer/biojs_sequence.css | ||
//= link sequence_frame/sequence_lib.js | ||
//= link sequence_frame/sequence_init.js | ||
//= link sequence_frame/sequence_inter.js | ||
|
||
//= link jsmol_viewer/chimeraClass.js | ||
//= link jsmol_viewer/JSmolClass.js | ||
//= link jsmol_viewer/bionotes_jsmol.js | ||
|
||
//= link jsmol_frame/jsmol_style.css | ||
//= link jsmol_frame/jsmol_lib.js | ||
//= link jsmol_frame/jsmol_init.js | ||
//= link jsmol_frame/jsmol_inter.js | ||
|
||
//= link annotations_frame/annotations_lib.js | ||
//= link annotations_frame/annotations_init.js | ||
//= link annotations_frame/annotations_inter.js | ||
//= link annotations_frame/annotations_style.css | ||
//= link annotations_viewer/protvista.js | ||
//= link annotations_viewer/featuresAnalysis.bundle.js | ||
//= link annotations_viewer/analyse_data.js | ||
//= link annotations_viewer/extendProtVista.bundle.js | ||
//= link annotations_viewer/extend_data.js | ||
//= link annotations_viewer/uniprot_viewer_main.css | ||
//= link annotations_viewer/features_analysis.css | ||
|
||
//= link genomic_viewer/genefeaturesviewer.js | ||
//= link genomic_viewer/genomic_viewer_main.css | ||
//= link genomic_viewer/genomic_viewer_extension.css | ||
//= link genomic_frame/genomic_style.css | ||
//= link genomic_frame/genomic_lib.js | ||
//= link genomic_frame/genomic_init.js | ||
//= link genomic_frame/genomic_inter.js | ||
|
||
//= link ppi_frame/ppi_style.css | ||
//= link ppi_frame/cytoscape.min.js | ||
//= link ppi_frame/rhill-voronoi-core.js | ||
//= link ppi_frame/foograph.js | ||
//= link ppi_frame/ppi_lib.js | ||
//= link ppi_frame/ppi_init.js | ||
//= link ppi_frame/ppi_inter.js | ||
//= link ppi_frame/graph_class.js | ||
//= link interface_viewer/interface_viewer.bundle.js | ||
|
||
//= link webserver/webserver_style.css | ||
//= link webserver/w3.css | ||
//= link webserver/help_style.css | ||
//= link webserver/home_style.css | ||
//= link webserver/webserver_lib.js | ||
//= link webserver/webserver_init.js | ||
|
||
//= link webserver/main.css | ||
//= link webserver/ekko-lightbox.css | ||
//= link webserver/imagemapResizer.js | ||
//= link webserver/carousel.js | ||
//= link webserver/collapse.js | ||
//= link webserver/ekko-lightbox.min.js | ||
//= link webserver/lightbox.js | ||
//= link covid19.js | ||
|
||
//= link webserver/viewer.css | ||
//= link application.css | ||
//= link application.js | ||
|
||
//= link_tree ../javascripts/3dbio_viewer/build | ||
//= link_tree ../javascripts/covid19/build |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,10 @@ | ||
// Changed from 'sprockets' to 'webpack' | ||
import * as scss from "../stylesheets/application.scss"; | ||
// Bootstrap 4 depends on jquery3, but uses of jquery | ||
// outside of bootstrap are not checked and we do not | ||
// use as much functionality in bootstrap. Please note | ||
// that if some bootstrap functionality is not working, | ||
// it could potentially be caused by this. | ||
|
||
import $ from 'jquery' | ||
import {} from 'jquery-ujs' | ||
import 'bootstrap' | ||
|
||
window.$j = $; | ||
//= require jquery | ||
//= require jquery_ujs | ||
//= require popper | ||
//= require bootstrap |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
var $j = $.noConflict(); | ||
//= require jquery | ||
var $j = jQuery.noConflict(); | ||
var ft; | ||
var start_flag=true; | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
//= require jquery | ||
|
||
function display_active_data(node){ | ||
var ch = node.cyTarget.id(); | ||
var ch_ = ch; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
@import "bootstrap"; | ||
|
||
protvista-tooltip table.tooltip { | ||
position: revert; | ||
display: revert; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,5 @@ | ||
/* | ||
=require twitter-bootstrap-static/bootstrap | ||
Use Font Awesome icons (default) | ||
To use Glyphicons sprites instead of Font Awesome, replace with "require twitter-bootstrap-static/sprites" | ||
=require twitter-bootstrap-static/fontawesome | ||
*/ | ||
@import twitter-bootstrap-static/fontawesome; | ||
*/ |
Oops, something went wrong.