centresource / preseason

Centresource Rails 4+ application generator
http://preseason.centresource.com/
MIT License
12 stars 8 forks source link

Add Bitters back into the Gemify version #39

Open chayner opened 10 years ago

chayner commented 10 years ago

Looks like there were removed here... https://github.com/centresource/preseason/commit/16f471b000d84f4a68b3f19cf39a4f623eac4796

So it may be as simple as just reversing this commit.

HOWEVER, we need to be aware that Bitters has changed it's structure so it no longer creates a folder called "bitters", but instead creates a folder called "base" (which we earlier have already created). If Bitters sees the "base" folder already, it assumes it has already been installed and will not do anything. You therefore need to move the existing base folder aside FIRST, and then merge the two together after Bitters has done its thing.