Open andreimoment opened 8 years ago
i think its dead, like compass
For a while they had it more prominently on their homepage, no idea why they removed it (it is still on the top of the GitHub wiki homepage). But it is officially dead, read the reasoning behind it.
I just realised that it also states that it is not maintained anymore at the very top of the project's README file.
Thank you, Anika.
I've started using middleman app for newer projects. Seems like I'll be updating fire.app projects to middlemanapp. On Sat, Apr 23, 2016 at 3:57 AM Anika Henke notifications@github.com wrote:
I just realised that it also states that it is not maintained anymore at the very top of the project's README file.
— You are receiving this because you authored the thread. Reply to this email directly or view it on GitHub https://github.com/KKBOX/FireApp/issues/311#issuecomment-213720338
Good find @andreimoment, will look into this. Thanks.
Fire.app is only a wrapper around Serve, and that project seems to still be alive. So, anyone who doesn't need the newbie/non-dev friendliness of Fire.app could use Serve instead and wouldn't need to re-write any Fire.app projects. Middleman (and others) works equally well for new projects. If you need to cater for non-devs, I'm not sure which alternatives there are. Middleman & Co wouldn't fit in that case.
Fire.app use a patched Serve, eg. layout system.
https://github.com/tka/serve_ext is the monkey patch
Thank you.
I'll take a look at serve.
I already use middleman for new projects and can testify to its usefulness ;)
On Thu, May 5, 2016 at 9:59 AM tka notifications@github.com wrote:
Fire.app use a patched Serve, eg. layout system.
https://github.com/tka/serve_ext is the monkey patch
— You are receiving this because you were mentioned. Reply to this email directly or view it on GitHub https://github.com/KKBOX/FireApp/issues/311#issuecomment-217210570
I recently migrated a personal Fire.app project to Middleman. It was really easy as both apps are quite similar. I thought I'd share the steps I took:
/source
(except dotfiles, Gemfile, config.*, README, etc):css_dir
, :js_dir
and :images_dir
correctly in config.rb to match corresponding asset directories_layout.html.erb
to layouts/layout.erb
(i.e. move into folder, rename, remove '.html')<%= render ...
into <%= partial ...
request.path
to current_page.url
helpers do
blocklink_to
as that gives you more options and makes things more flexibleThere might be more to do for other projects but that was all that was necessary in my case.
Thank you, this is very useful!
Hello, for all people that searching a newer tool then fire.app:
This project is alive and up to date: https://prepros.io/ Works also fine on a windows machine!
Is this a drop-in replacement for fireapp? Will it work in the same way with partials, layouts etc.? On Wed, May 24, 2017 at 10:47 AM stebdjui notifications@github.com wrote:
Hello, this project is alive and up to date: https://prepros.io/ Works also fine on windows machine!
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/KKBOX/FireApp/issues/311#issuecomment-303799945, or mute the thread https://github.com/notifications/unsubscribe-auth/AAAYLg1iTwsl25hBCcyfOFZGMRtnhmnDks5r9G0wgaJpZM4HppeL .
If Prepros works for you or not depends on how you've used fire.app. In my case, having used fire.app for prototypes, it is not a replacement, especially because of the partials and layouts etc. As far as I know, there just is no drop-in replacement. The one app which comes closest to that is Middleman (see above). The only thing Middleman doesn't have is easy installation by non-technical people (because it came with everything, no need to install anything but fire,app). That is something that Prepros seems to be doing. For other potential alternatives see http://alternativeto.net/software/fire-app/, although I don't think the list is very helpful for my use case.
Thank you, Anika. Like you, I migrated my process (and some of the old Fire.app projects) to middlemanapp.
It would be nice to have an easy to install replacement but at this point I am used to middleman and the flexibility its ecosystem provides.
The last closed issue is from April 20 2015.
There have not been new versions in a very long time.
Does KKBox have an intention to continue development on this project?
Thank you!