-
Notifications
You must be signed in to change notification settings - Fork 79
Use compass extensions
We have put some Compass extensions into Fire.app:
- Blueprint (builtin in Compass)
- Compass (builtin in Compass)
- 960 Grid Sytem
- HTML5 Boilerplate
- Zurb Foundation
- Susy
There are two ways to add more 3rd party extensions.
From Compass 0.11, extensions that are installed into ~/.compass/extensions
will be automatically available to all your compass projects.
If you put extensions inside it, Fire.app will load it when the application starts.
-
Open "Terminal.app"
-
Create folder:
mkdir -p ~/.compass/extensions
-
Open the folder in Finder:
open ~/.compass/extensions
-
Download extensions on Github, unzip it, and throw it into the folder.
-
Restart Fire.app
-
Open "Command Prompt"
-
Create folder:
mkdir "%HOMEPATH%\.compass\extensions"
-
Open the folder in Explorer:
c:\WINDOWS\explorer.exe "%HOMEPATH%\.compass\extensions"
-
Download extensions on Github, unzip it, and throw it into the folder.
-
Restart Fire.app
-
Open "Terminal"
-
Create folder:
mkdir -p ~/.compass/extensions
-
Open the folder in Nautilus:
nautilus ~/.compass/extensions
-
Download extensions on Github, unzip it, and throw it into the folder.
-
Restart Fire.app
WARNING: It is for advanced users only.
You can choose "Compass Version: Custom" in preferences, and specify your own gem paths. Fire.app will try to load it. Since Fire.app uses JRuby, native gems will not work.
- Download https://github.com/aaronrussell/compass-rgbapng/downloads
- Unzip to ~/.compass/extensions, and IMPORTANT rename it to "compass-rgbapng".
- Restart Fire.app
- Add require "rgbapng" in the project's config.rb
- Add @import "rgbapng"; in your SCSS file.
- 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 問題