-
Notifications
You must be signed in to change notification settings - Fork 79
Build project
hlb edited this page Jun 25, 2012
·
5 revisions
You can export the whole project to static files with single click. It is useful when you need to send deliverables to clients, or host the prototype to any web hosting.
It will create a folder named named "build_YYYYMMDDHHmmSS" (ex, "build_20120318120532") in your project folder.
Fire.app 1.2 can specify the build folder. You can add fireapp_build_path="foo"
in config.rb
, and it will build project to project_path/foo
.
NOTICE: When Fire.app build a project, it will delete the folder first, then regenerate it.
DANGER: If you add fireapp_build_path="/path/to/build/folder/path"
in config.rb
, it will build project to /path/to/build/folder/path
. If you write "/Users/foo", your home folder may be removed.
- 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 問題