Preference

There are some settings in the preferences.

Compass

Compass

Notification

Notification

Fire.app supports Growl. You can decide which types of notifications you want. Compass.app can also generate a log file for debugging purposes.

Services

Services

Enable Web Server:
If you have enabled this option, Compass.app will start a tiny web server (WEBrick) from your project path. You can instantly check your design by opening http://localhost:24681 in your browser. You can also modify the default port.

Enable LiveReload:
Fire.app has built-in LiveReload support, so you can stop refreshing your browser manually. Browser extensions must be installed to make this work. If you have enabled both web server and livereload, you can even use the LiveReload-js feature. (Our thanks to @livereload for the MIT License.) We also recommend LiveReload 2.

If you do not want to install browser extensions, you can use LiveReload-js by pasting this code into your HTML:

<script>document.write('<script src="http://'
+ (location.host || 'localhost').split(':')[0]
+ ':35729/livereload.js?snipver=1"></'
+ 'script>')</script>

Then LiveReload will work automatically.
If you are using ERB files, you can simply use this helper to generate LiveReload-js:

<%= livereload_js %>

If you use the helper but don't want to generate LiveReload-js in the output static files, you can use:

<%= livereload_js if ENV["RACK_ENV"] != "production" %>

History

History

Click the "Clear History" button to destroy the history list.