Hi everyone,
I want to write a HOWTO article on xblock development in Tutor dev mode.
One of the challenges my team is facing is that rebuilding the image every time they make changes to the xblock is time consuming. Maybe we should make a plugin? We could probably have something more efficient, like the tutor dev run watchthemes
, but something that recompiles the assets? We also want the xblock to use Django for storing data, so our environment would need access to this (my understanding is that won’t work with the XBLOCK SDK).
I would love to hear about how you all have set up your environment for xblock development with Tutor!