1
0
Fork 0
mirror of https://github.com/wallabag/wallabag.git synced 2025-08-01 17:38:38 +00:00

Add css on share public page

This commit is contained in:
Thomas Citharel 2017-06-22 12:15:24 +02:00
parent 6b1b148d65
commit 77255d6688
9 changed files with 17 additions and 3 deletions

View file

@ -9,6 +9,7 @@ module.exports = function () {
entry: {
material: path.join(rootDir, './app/Resources/static/themes/material/index.js'),
baggy: path.join(rootDir, './app/Resources/static/themes/baggy/index.js'),
public: path.join(rootDir, './app/Resources/static/themes/_global/share.js'),
},
output: {
filename: '[name].js',