Skip to content

Commit

Permalink
Move public/ to dist/
Browse files Browse the repository at this point in the history
  • Loading branch information
rossning92 committed Nov 21, 2021
1 parent d042f97 commit 9110d0a
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,6 @@ typings/

# Nuxt.js build / generate output
.nuxt
dist

# Gatsby files
.cache/
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ function addEntry(file, html_file) {

module.exports = ({ file, moduleDir, open = true } = {}) => {
const contentBase = [
path.resolve(__dirname, "public"),
path.resolve(__dirname, "dist"),
path.resolve(__dirname, "examples"),
path.resolve(__dirname, "node_modules/ccapture.js/build"),
path.resolve(__dirname, "node_modules/mathjax/es5"),
Expand Down

0 comments on commit 9110d0a

Please sign in to comment.