Skip to content

Commit

Permalink
Merge pull request #238 from NAL-i5K/add_filebrowser_img
Browse files Browse the repository at this point in the history
add missing image files referenced by css files
  • Loading branch information
hsiaoyi0504 committed Sep 26, 2018
2 parents 64d2394 + 9b34b83 commit 84ec7d6
Show file tree
Hide file tree
Showing 23 changed files with 38 additions and 3 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,10 @@ dist/
/blast/static/blast/css/colReorder.dataTables.css
/blast/static/blast/css/dataTables.bootstrap.css
/blast/static/blast/css/jquery.dataTables.css
/blast/static/blast/css/images/ui-icons_*
/blast/static/blast/css/images/ui-bg_g*
/blast/static/blast/css/images/ui-bg_h*
/blast/static/blast/css/images/ui-bg_d*

/hmmer/static/hmmer/scripts/jquery.hoverIntent.js
/hmmer/static/hmmer/scripts/jquery.validate.js
Expand Down
Binary file added blast/static/blast/css/Bootstrap/editor.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 blast/static/blast/css/Bootstrap/imagebrowser.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 blast/static/blast/css/Bootstrap/loading.gif
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 blast/static/blast/css/Bootstrap/loading_2x.gif
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 blast/static/blast/css/Bootstrap/markers.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 blast/static/blast/css/Bootstrap/markers_2x.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 blast/static/blast/css/Bootstrap/slider-h.gif
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 blast/static/blast/css/Bootstrap/slider-v.gif
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 blast/static/blast/css/Bootstrap/sprite.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 blast/static/blast/css/Bootstrap/sprite_2x.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 blast/static/blast/css/Bootstrap/sprite_kpi.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions blast/static/blast/css/blast-results.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
top: 0;
width: 12px;
border-width: 0;
background: #efefef url('images/handle.svg') no-repeat center;
background: #efefef;
}
.k-ghost-splitbar-vertical, .k-splitbar-vertical {
left: 0;
height: 12px;
border-width: 0;
background: #efefef url('images/handle-h.svg') no-repeat center;
background: #efefef;
}
.k-splitbar:hover {
background-color: #ddd;
Expand Down
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 blast/static/blast/css/images/unchecked.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion blast/static/blast/css/jquery-ui-custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -630,7 +630,7 @@
.ui-widget-shadow {
margin: -5px 0 0 -5px;
padding: 5px;
background: #000000 url("images/ui-bg_flat_10_000000_40x100.png") 50% 50% repeat-x;
background: #000000;
opacity: .2;
filter: Alpha(Opacity=20); /* support: IE8 */
border-radius: 5px;
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 10 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
"jquery": "^1.11.1",
"jquery-hoverintent": "^1.9.0",
"jquery-ui-dist": "^1.12.0",
"jquery-ui-themes": "^1.12.0",
"jquery-validation": "^1.14.0",
"jquery.dragscrollable": "^1.0.0",
"marked": "^0.3.19",
Expand Down
20 changes: 20 additions & 0 deletions webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ const appScriptConfig = {

const blastScripts = path.resolve(__dirname, 'blast/static/blast/scripts');
const blastStyles = path.resolve(__dirname, 'blast/static/blast/css');
const blastImages = path.resolve(__dirname, 'blast/static/blast/css/images');
const blastScriptConfig = {
entry: path.join(nodeModules, '/jquery-validation/dist/jquery.validate.js'), // Just a fake entry, we only copy files here
output: {
Expand Down Expand Up @@ -66,6 +67,25 @@ const blastScriptConfig = {
{ from: path.join(nodeModules, '/datatables.net-colreorder-dt/css/colReorder.dataTables.css'), to: blastStyles},
{ from: path.join(nodeModules, '/datatables.net-bs/css/dataTables.bootstrap.css'), to: blastStyles},
{ from: path.join(nodeModules, '/datatables.net-dt/css/jquery.dataTables.css'), to: blastStyles},
{ from: path.join(nodeModules, '/jquery-ui-dist/images/ui-icons_444444_256x240.png'), to: blastImages},
{ from: path.join(nodeModules, '/jquery-ui-dist/images/ui-icons_777620_256x240.png'), to: blastImages},
{ from: path.join(nodeModules, '/jquery-ui-dist/images/ui-icons_cc0000_256x240.png'), to: blastImages},
{ from: path.join(nodeModules, '/jquery-ui-dist/images/ui-icons_555555_256x240.png'), to: blastImages},
{ from: path.join(nodeModules, '/jquery-ui-dist/images/ui-icons_777777_256x240.png'), to: blastImages},
{ from: path.join(nodeModules, '/jquery-ui-dist/images/ui-icons_ffffff_256x240.png'), to: blastImages},
{ from: path.join(nodeModules, '/jquery-ui-themes/themes/ui-lightness/images/ui-bg_diagonals-thick_18_b81900_40x40.png'), to: blastImages},
{ from: path.join(nodeModules, '/jquery-ui-themes/themes/ui-lightness/images/ui-bg_diagonals-thick_20_666666_40x40.png'), to: blastImages},
{ from: path.join(nodeModules, '/jquery-ui-themes/themes/ui-lightness/images/ui-bg_highlight-soft_75_ffe45c_1x100.png'), to: blastImages},
{ from: path.join(nodeModules, '/jquery-ui-themes/themes/ui-lightness/images/ui-bg_highlight-soft_100_eeeeee_1x100.png'), to: blastImages},
{ from: path.join(nodeModules, '/jquery-ui-themes/themes/ui-lightness/images/ui-bg_gloss-wave_35_f6a828_500x100.png'), to: blastImages},
{ from: path.join(nodeModules, '/jquery-ui-themes/themes/ui-lightness/images/ui-bg_glass_65_ffffff_1x400.png'), to: blastImages},
{ from: path.join(nodeModules, '/jquery-ui-themes/themes/ui-lightness/images/ui-bg_glass_100_fdf5ce_1x400.png'), to: blastImages},
{ from: path.join(nodeModules, '/jquery-ui-themes/themes/ui-lightness/images/ui-bg_glass_100_f6f6f6_1x400.png'), to: blastImages},
{ from: path.join(nodeModules, '/jquery-ui-themes/themes/ui-lightness/images/ui-icons_222222_256x240.png'), to: blastImages},
{ from: path.join(nodeModules, '/jquery-ui-themes/themes/ui-lightness/images/ui-icons_228ef1_256x240.png'), to: blastImages},
{ from: path.join(nodeModules, '/jquery-ui-themes/themes/ui-lightness/images/ui-icons_ef8c08_256x240.png'), to: blastImages},
{ from: path.join(nodeModules, '/jquery-ui-themes/themes/ui-lightness/images/ui-icons_ffd27a_256x240.png'), to: blastImages},
{ from: path.join(nodeModules, '/jquery-ui-themes/themes/ui-lightness/images/ui-icons_ffffff_256x240.png'), to: blastImages},
])
],
module: {
Expand Down

0 comments on commit 84ec7d6

Please sign in to comment.