Do you design in the browser?

9 years ago from Wes Oudshoorn, Co-founder at AppSignal

  • Vaibhav Kanwal, 9 years ago

    Yes, I built Grunt based Starter kit for myself to allow building in Sass with Live-Reload for multiple devices.

    http://vaibhavkanwal.github.io/PrototypingOnSteroids/

    • Uses Swig for templates and Sass for Styling.
    • References can be passed using JSON available to all templates.
    • Live reload works for all devices.

    This has helped me move away from Codekit and share this with people and team mates without worrying about the platform.

    2 points
    • Amazing RandoAmazing Rando, 9 years ago

      I've built something similar as a starterkit. One thing that you do that I'm going to steal is loading variables with data.json. Love it!

      1 point
    • Steven Chen, 9 years ago

      Thank you for this, I just had the thought of configuring something this the other day!

      1 point