emote afresh
Emotes works with SCSS files, on development you should change main.scss file and then generate main.css. You must compile your sass stylesheets into CSS when they change. This can be done in one of the following ways, go to sass folder under emote project:
- To compile on demand: compass compile
- To monitor your project for changes and automatically recompile: compass watch
If you don't have compass command line tool installed follow these steps: Installing command line Compass SCSS tool http://compass-style.org/install/