I can not add Flat UI Pro to rails4.2 i usedreflection/designmodo-flatuipro-rails but i can not
STEP1
・Flat-UI-HTML-Developers-License.zip download on Desktop
・changed folder name to flat-ui-pro
・Locate the bower.json file that unzipped with the kit, and run the following from the same directory: bower install
- cd
- cd Desktop
- cd flat-ui-pro
- cd HTML
- cd UI
- cd Flat-UI-Pro-1.3.2
- bower install
STEP2
gem 'less-rails'
gem 'twitter-bootstrap-rails'
gem 'jquery-ui-rails'
gem 'designmodo-flatuipro-rails', '~> 1.3.2.0.branch'
gem 'therubyracer', platforms: :ruby
bundle update and bundle install
STEP3
bin/rails generate flatuipro:install ~/Desktop/flat-ui-pro
rake assets:clean RAILS_ENV=development
rake assets:precompile RAILS_ENV=development
STEP4
rails generate flatuipro:demo
STEP5
scaffolds.scss
delete
but...collapse layout
flatuipro_demo/index
correctly layout
Example Post scaffold
select box
collapse layout
correctly layout
Why don't you try this?
HTML
JS
I got it from the github issues
https://github.com/designmodo/Flat-UI-Pro-Support/issues/450