We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
It's not necessary to add the theme id, for example:
++theme++mytheme
in paths of resources generated by webpack. The Plone theme itself adds this to the resource paths.
When the webpack adds, the browser accesses urls like:
http://localhost:8080/Plone/++theme++padrao/++theme++padrao/++theme++padrao/img/sprite.png
So, the publicPath parameter of the makeConfig function isn't necessary.
publicPath
makeConfig
sc.recipe.staticresources/config.js
Line 28 in 354ccbd
The text was updated successfully, but these errors were encountered:
No branches or pull requests
It's not necessary to add the theme id, for example:
++theme++mytheme
in paths of resources generated by webpack. The Plone theme itself adds this to the resource paths.
When the webpack adds, the browser accesses urls like:
http://localhost:8080/Plone/++theme++padrao/++theme++padrao/++theme++padrao/img/sprite.png
So, the
publicPath
parameter of themakeConfig
function isn't necessary.sc.recipe.staticresources/config.js
Line 28 in 354ccbd
The text was updated successfully, but these errors were encountered: