Skip to content

Commit 8c110cf

Browse files
committed
feat: setup webpack dev env for bootstrap
1 parent c71ac94 commit 8c110cf

File tree

7 files changed

+5321
-5
lines changed

7 files changed

+5321
-5
lines changed

docs_theme/.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
node_modules/
1+
node_modules/
2+
dist/

docs_theme/main.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<link href="{{ 'css/bootstrap-responsive.css'|url }}" rel="stylesheet">
2222
<link href="{{ 'css/default.css'|url }}" rel="stylesheet"> -->
2323

24-
<link rel="stylesheet" href="{{ 'css/bootstrap5.css'|url }}" />
24+
<link rel="stylesheet" href="{{ 'dist/main.css'|url }}" />
2525

2626
<script type="text/javascript">
2727
var _gaq = _gaq || [];
@@ -192,7 +192,7 @@ <h3 class="modal-title fs-5" id="search_modal_label">
192192
var base_url = "{{ base_url }}";
193193
</script>
194194

195-
<script src="{{ 'js/bootstrap5.bundle.js'|url }}"></script>
195+
<script src="{{ 'dist/main.js'|url }}"></script>
196196

197197
{% for path in config.extra_javascript %}
198198
<script src="{{ path|url }}" defer></script>

0 commit comments

Comments
 (0)