You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
but when I change publicPath inside the webpack.config.js to this publicPath = '/'+ path.join('themes', data.themeName)+'/'
the path turns out fine and so far everything else as well ;-)
The text was updated successfully, but these errors were encountered:
I but my fonts into the asset-folder
e.g:
/themes/mythemename/assets/fonts/open-sans-v18-latin-300.woff
in
/themes/mythemename/assets/css/theme.pcsss
I put
but this results in a wrong path in the output css
but when I change
publicPath
inside the webpack.config.js to thispublicPath = '/'+ path.join('themes', data.themeName)+'/'
the path turns out fine and so far everything else as well ;-)
The text was updated successfully, but these errors were encountered: