Skip to content

Commit

Permalink
logo (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
corpglory-dev authored Apr 8, 2020
1 parent 092b4a5 commit 12be733
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 3 deletions.
3 changes: 2 additions & 1 deletion build/webpack.base.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,8 @@ module.exports = {
new webpack.optimize.OccurrenceOrderPlugin(),
new CopyWebpackPlugin([
{ from: 'plugin.json' },
{ from: 'partials/**/*' }
{ from: 'partials/**/*' },
{ from: 'assets/**/*' }
]),
new ReplaceInFileWebpackPlugin([
{
Expand Down
Binary file added dist/assets/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 4 additions & 1 deletion dist/plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,10 @@
"url": "corpglory.com"
},
"keywords": [ ],
"logos": { },
"logos": {
"small": "assets/logo.png",
"large": "assets/logo.png"
},
"links": [ ],
"screenshots": [ ],
"version": "0.1.0",
Expand Down
Binary file added src/assets/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 4 additions & 1 deletion src/plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,10 @@
"url": "corpglory.com"
},
"keywords": [ ],
"logos": { },
"logos": {
"small": "assets/logo.png",
"large": "assets/logo.png"
},
"links": [ ],
"screenshots": [ ],
"version": "%VERSION%",
Expand Down

0 comments on commit 12be733

Please sign in to comment.