Tag: Front-end Dev

  • Discovering Browser-sync

    There’s a new tool that I’m loving as I explore various ways to streamline my multi-device development. http://www.browsersync.io/ This tool is a node module, which synchronizes interactions between multiple browsers and devices, enabling multiple, concurrent views of the same state of a website. So as an example, we would start browser-sync on the root directory…