plone / bobtemplates.plone

Python Code Templates for Plone Projects with mr.bob
https://pypi.org/project/bobtemplates.plone/
GNU General Public License v2.0
24 stars 31 forks source link

Broken `plone_basic` scaffolding? #563

Open gforcada opened 11 months ago

gforcada commented 11 months ago

Description

After creating a basic_theme with plonecli, the toolbar and generally mockup is not loading?

imatge

What I Did

I did not find a way to pin the specific Plone 6.0.x version I wanted, I would have liked to test it on 6.0.0 and then do a binary search through the versions if that one worked, is that not possible? 🤔

gforcada commented 11 months ago

As another data point:

If I go to the src/my/addon/theme and run:

npm install
npm run build

... and restart the instance, the brokenness is still there 😕