springload / wagtaildraftail

🐦📝🍸 Draft.js editor for Wagtail, built upon Draftail and draftjs_exporter
https://pypi.python.org/pypi/wagtaildraftail
MIT License
24 stars 3 forks source link

No Static Assets being compiled / static directory present for deploying #54

Closed tacitus closed 7 years ago

tacitus commented 7 years ago

This causes collectstatic to miss the required js and css since it cannot find the static dir for the app, and the assets don't get deployed.

Required for rolling out via a package manager.

thibaudcolas commented 7 years ago

As far as I can see the compiled assets are where they are expected to be (see screenshot from pypi package below).

screen shot 2017-06-01 at 10 23 38

The most likely issue is that you are installing from the GitHub repo, which is not supported:

# requirements.txt
git+git://github.com/springload/wagtaildraftail.git@fix/51