collective / collective.lazysizes

Integration of lazysizes, a lightweight lazy loader, into Plone.
https://pypi.org/project/collective.lazysizes
6 stars 2 forks source link

In the current master resources.pt is missing #75

Closed pbauer closed 5 years ago

pbauer commented 5 years ago

Startup fails with:

zope.configuration.exceptions.ConfigurationError: ('No such file', '/Users/pbauer/workspace/plip/src/collective.lazysizes/src/collective/lazysizes/browser/static/resources.pt')
hvelarde commented 5 years ago

@pbauer that file is generated by webpack after running buildout:

https://github.com/collective/collective.lazysizes/blob/4.1.4/webpack/app/resources.pt

seems to me you're not using the buildout provided in the package:

https://github.com/collective/collective.lazysizes/blob/4.1.4/buildout.cfg#L49-L52