Skip to content

Commit

Permalink
Rearrange directory structure
Browse files Browse the repository at this point in the history
  • Loading branch information
jcreedcmu committed Mar 7, 2024
1 parent 9e6849d commit 2522100
Show file tree
Hide file tree
Showing 9 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
node_modules
assets/bundle.js
assets/bundle.js.map
public/assets/bundle.js
public/assets/bundle.js.map
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ build:
node build.js

serve:
python3 -m http.server
cd public && python3 -m http.server

parser:
npm run build-parser
Expand Down
2 changes: 1 addition & 1 deletion build.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ async function go() {
minify: false,
sourcemap: true,
bundle: true,
outfile: './assets/bundle.js',
outfile: './public/assets/bundle.js',
logLevel: 'info',
format: 'iife',
})
Expand Down
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 2522100

Please sign in to comment.