-
Notifications
You must be signed in to change notification settings - Fork 79
It is the nickname of our awesome visual designer, @underfire.
Compass.app works with all application types because it doesn't make any assumptions for how you are writing your markup. Fire.app is for users who want the ease of Compass.app without the overhead of using a web framework or setting up web server. Fire.app comes with:
- Sass/Compass support
- HAML/ERB/Markdown support
- CoffeeScript support
- Layouts, partials and helpers
- Build project
- ...and still more to come
Yes. Please check Use Compass Extensions section.
Yes. You can specify the gem path in preferences. Compass.app will try to load it in JRuby (so native gems will not work).
Fire.app requires these gems and sass/compass.
You can choose "Change Sass Options...", and uncheck the "Line Comment" option.
You can choose "Change Sass Options...", and check the "compressed" option.
Fire.app has included WEBrick, a tiny web server and good for development & testing purpose.
No.
Thank @bueltge https://github.com/handlino/CompassApp/issues/43#issuecomment-3302799
- Install configuratuin editor:
sudo apt-get install dconf-tools
. - Start this editor:
dconf-editor
. - Go to: desktop → unity → panel.
- Remove all entries to
['all']
or create an whitelist with your apps. Ex:['JavaEmbeddedFrame', 'Wine', 'Skype', 'hp-systray', 'scp-dbus-service']
. - Restart unity by pressing
Alt
+F2
and entering:unity --replace
If you run this from a normal terminal Unity will break when you close that terminal forcing a restart.
Pretty much the opposite of how you make it work in 11.10
- Install configuration editor
gsettings
with:sudo apt-get install dconf-tools
- Whitelist all applications with by running the following command in a terminal:
gsettings set com.canonical.Unity.Panel systray-whitelist "['all']"
- Double check that it applied correctly,
gsettings get com.canonical.Unity.Panel systray-whitelist
should spit out['all']
- Restart unity by pressing
Alt
+F2
and entering:unity --replace
If you run this from a normal terminal Unity will break when you close that terminal forcing a restart.
Please check Install Susy or Zurb Foundation.
Before Fire.app v1.4, some people have encountered similar issue in OS X 10.8. It is because of this Compass issue ticket:
https://github.com/chriseppstein/compass/issues/732
But others people are ok without any issue. You can solve this problem temporarily by:
-
Right click Fire.app app icon, choose "Show Package Contents", and remove this folder:
"Contents/Resources/ruby/jruby/rb-fsevent-0.9.1-tka-patched"
-
Restart Fire.app. It will not rely on OS level file event to watch files.
In Fire.app v1.4, we will disable the OS level file event by default. If you want to re-enable it, please add this line manually in ~/.fire-app/config
:
force_enable_fsevent: true
- Home
- Getting Started
- Preferences
- Use Compass Extensions
- Templates, Layouts, and Partials
- Template Helpers
- CoffeeScript
- Custom Handlers
- Build Project
- Deploy To Heroku
- Fire.app can't be opened because it is from an unindentified developer on Mac OSX 10.8
- FAQ
- CHANGELOG
- Fire.app-使用說明
- Template Helpers (zh tw)
- Templates, Layouts & Partials (zh tw)
- Sublime Text 2 的 Autocomplete 設定方式
- Mac OS X 10.8 (Mountain Lion) 開啟 Fire.app 問題