Skip to content

Commit fc0872d

Browse files
committed
Use parcel for JS bundling
1 parent ca6698c commit fc0872d

10 files changed

+3788
-8470
lines changed

.babelrc

-6
This file was deleted.

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,4 @@ _config.dev.yml
55
node_modules
66
*.map
77
_config.ci.yml
8+
.parcel-cache

_config.yml

+1
Original file line numberDiff line numberDiff line change
@@ -97,3 +97,4 @@ exclude:
9797
- LICENSE
9898
- netlify
9999
- netlify.toml
100+
- .parcel-cache

_includes/footer.html

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
<!-- general behavior -->
2-
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.2.0/jquery.min.js"></script>
3-
<script src="{{ site.baseurl }}/scripts/dist/bundle.js"></script>
2+
<script src="{{ site.baseurl }}/scripts/dist/index.js"></script>
43

54
<footer></footer>

0 commit comments

Comments
 (0)