Skip to content

Commit

Permalink
Merge pull request #329 from neiesc/feature/move-json
Browse files Browse the repository at this point in the history
Feature/Move jsons
  • Loading branch information
neiesc authored Jun 20, 2020
2 parents 62f2384 + 3d5f96b commit eabe86f
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/webpack.common.js
Original file line number Diff line number Diff line change
Expand Up @@ -104,8 +104,8 @@ module.exports = {
new CopyWebpackPlugin({
patterns: [
{ from: path.join(__dirname, '../src/CNAME') },
{ from: path.join(__dirname, '../src/assets/js/particles.json') },
{ from: path.join(__dirname, '../src/assets/js/podcasts.json') },
{ from: path.join(__dirname, '../src/config/particles.json') },
{ from: path.join(__dirname, '../src/data/podcasts.json') },
{ from: path.join(__dirname, '../src/android-chrome-192x192.png') },
{ from: path.join(__dirname, '../src/android-chrome-256x256.png') },
{ from: path.join(__dirname, '../src/apple-touch-icon.png') },
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit eabe86f

Please sign in to comment.