Skip to content

Commit 3465744

Browse files
committed
Move Webpack DevServer to Build/ Folder and update configuration and resource paths
1 parent c3d84c4 commit 3465744

File tree

15 files changed

+5
-5
lines changed

15 files changed

+5
-5
lines changed

Build/.eslintrc.compat.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ module.exports = {
1313
},
1414
"ignorePatterns": [
1515
// avoid Error: ELOOP: too many symbolic links encountered
16-
"../Resources/Private/DevServer/Resources",
16+
"Webpack/DevServer/Resources",
1717
// ignore public webpack javascript build
1818
"../Resources/Public/JavaScript"
1919
],

Build/Webpack/DevServer/Resources

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../../Resources/
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ var shareButtons = [
140140
},
141141
{
142142
type: "image",
143-
src: "/typo3conf/ext/slub_web_sachsendigital/Resources/Public/Images/mastodon-logo-purple.svg",
143+
src: "EXT:slub_digitalcollections/Resources/Public/Images/mastodon-logo-purple.svg",
144144
titleTranslationKey: "share.mastodon.tooltip",
145145
hrefTemplate: "dlf:mastodon_share",
146146
},
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)