Cactus for Mac — A better workflow for hand coding websites(cactusformac.com)

over 9 years ago from Allan Grinshtein, Founder at LayerVault

  • Eliot SlevinEliot Slevin, over 9 years ago (edited over 9 years ago )

    Hey, I just used Cactus to make a website, it was a pretty ballin experience.

    How everything is magically setup perfectly is great, the templating language is fantastic, and automatic scss and brower refresh, crazy helpful.

    Being able to use Sublime Text to edit is perfect, I've never used the templating langauge before, but I like it, can anybody suggest a package for auto completing the django syntax?

    The export feature works nearly perfectly, but all my static resources got an extra / in front of them, making them break. I might've messed something up, but building from the basic template, if I export

    src="{% static 'images/heroImage.jpg' %}"

    It generates out too

    src="/static/images/logo.jpg"

    When it should be

    src="static/images/logo.jpg"

    All in all, it was such an effortless experience that I will probably start making every website with Cactus.

    0 points