Skip to content

Commit

Permalink
build scss with webpack
Browse files Browse the repository at this point in the history
replace node-sass with dart-sass
copy assets via webpack
  • Loading branch information
pvrobays committed Apr 28, 2021
1 parent 60b2480 commit de9dd09
Show file tree
Hide file tree
Showing 5 changed files with 1,029 additions and 8,201 deletions.
3 changes: 1 addition & 2 deletions assets/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,9 @@
<html>
<head>
<meta charset="UTF-8">
<link rel="stylesheet" href="style.css">
</head>
<body>
<div class="window noselect" id="window"></div>
<script src="js/app.bundle.js"></script>
<script src="app.js"></script>
</body>
</html>
Loading

0 comments on commit de9dd09

Please sign in to comment.