Concat all CSS and JS into one file

This commit is contained in:
Thomas Dehaeze 2020-11-12 10:05:25 +01:00
parent 5c7f97590a
commit 3c22e88029
3 changed files with 1407 additions and 15 deletions

File diff suppressed because it is too large Load Diff

View File

@ -19,6 +19,15 @@ Welcome to my research pages.
(shell-command (concat "git submodule deinit -f " path))) (shell-command (concat "git submodule deinit -f " path)))
#+end_src #+end_src
* Update CSS and JS :noexport:
#+begin_src bash :results none
cd js && cat jquery.min.js jquery.stickytableheaders.min.js bootstrap.min.js readtheorg.js > script.js
#+end_src
#+begin_src bash :results none
cd css && cat readtheorg.css htmlize.css custom.css > style.css
#+end_src
* Papers * Papers
** Conference Papers ** Conference Papers
- Dehaeze, T., Mattenet, M. M., & Collette, C., *Sample Stabilization For Tomography Experiments In Presence Of Large Plant Uncertainty*, In MEDSI'18 (pp. 153157) (2018). Geneva, Switzerland: JACoW Publishing. ([[file:dehaeze18_sampl_stabil_for_tomog_exper/index.org][link]]) - Dehaeze, T., Mattenet, M. M., & Collette, C., *Sample Stabilization For Tomography Experiments In Presence Of Large Plant Uncertainty*, In MEDSI'18 (pp. 153157) (2018). Geneva, Switzerland: JACoW Publishing. ([[file:dehaeze18_sampl_stabil_for_tomog_exper/index.org][link]])

File diff suppressed because one or more lines are too long