Skip to content
This repository has been archived by the owner on Mar 27, 2019. It is now read-only.

Workflow

yields edited this page Feb 3, 2013 · 9 revisions

When building something you should be able to see the product as you work. The basic process while working with components is:

  1. Make changes
  2. Compile/build
  3. Refresh your browser

All you should be doing though is switching between your text editor and your browser. This page serves as a registry for tools which help you achieve this.

  • jkroso/buildfresh - monitors your project and executes a command when files change before refreshing your browser. It should work fine cross platform. Needs to be paired with the liveReload browser plugin in order to reload your browser.
  • sublime-component - a tiny plugin for st3. runs make on post_save.
Clone this wiki locally