mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-01-12 02:17:52 +08:00
Fix bundling for deleted files
This commit is contained in:
parent
7aa8ad94b6
commit
5aa01716ef
3 changed files with 1 additions and 13 deletions
|
@ -43,7 +43,6 @@
|
|||
@import "dashboard/recent_work";
|
||||
@import "dashboard/show";
|
||||
@import "repository/assign_items_to_task_modal";
|
||||
@import "repository/bmt_filters";
|
||||
@import "repository/filters";
|
||||
@import "repository/index";
|
||||
@import "repository/print_progress_modal";
|
||||
|
@ -76,7 +75,6 @@
|
|||
@import "shared/action_toolbar";
|
||||
@import "shared/assets";
|
||||
@import "shared/avatar";
|
||||
@import "shared/breadcrumbs";
|
||||
@import "shared/cards";
|
||||
@import "shared/comments_sidebar";
|
||||
@import "shared/comments";
|
||||
|
|
|
@ -20,19 +20,9 @@ class ResultTextsController < ApplicationController
|
|||
)
|
||||
@result.build_result_text
|
||||
|
||||
<<<<<<< HEAD
|
||||
respond_to do |format|
|
||||
format.json {
|
||||
render json: {
|
||||
html: render_to_string({ partial: 'new', formats: :html })
|
||||
}, status: :ok
|
||||
}
|
||||
end
|
||||
=======
|
||||
render json: {
|
||||
html: render_to_string({ partial: 'new', formats: :html })
|
||||
}, status: :ok
|
||||
>>>>>>> develop
|
||||
end
|
||||
|
||||
def create
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
./node_modules/sass/sass.js \
|
||||
./app/assets/stylesheets/application.sass.scss:./app/assets/builds/application.css \
|
||||
./vendor/assets/stylesheets/handsontable.sass.scss:./app/assets/builds/handsontable.css \
|
||||
./vendor/assets/stylesheets/handsontable.full.sass.scss:./app/assets/builds/handsontable.css \
|
||||
./vendor/assets/stylesheets/handsontable.formula.sass.scss:./app/assets/builds/handsontable.formula.css \
|
||||
./app/assets/stylesheets/layouts/print_protocol.sass.scss:./app/assets/builds/print_protocol.css \
|
||||
./vendor/assets/stylesheets/datatables.sass.scss:./app/assets/builds/datatables.css \
|
||||
|
|
Loading…
Reference in a new issue