-
Notifications
You must be signed in to change notification settings - Fork 20
Open
Description
Hi all,
The 1.2.5 release has some issues I'd like to highlight:
- On the demo page, the video poster image won't work. This is because the
- rake assets:precompile fails with a syntax error unless one comments less/modules/caret.less:12 . This is patched by the gem.
Also, in case you want a quick way to get started with Flat UI Pro 1.2.5 in Rails with Bootstrap 3:
$ rails new frodo
$ cd frodo/
$ echo -e "gem 'therubyracer'\ngem 'jquery-ui-rails'\ngem 'less-rails-bootstrap'" >> Gemfile
$ bundle install
# Add these lines to setup less-rails-bootstrap (via sed or favorite text editor)
#
# In app/assets/javascripts/application.js
# Add //= require twitter/bootstrap
#
# In app/assets/stylesheets/application.css
# Add *= require twitter/bootstrap
$ echo -e "gem 'designmodo-flatuipro-rails', '~> 1.2.5.0.branch'\n" >> Gemfile
$ bundle install
# Change to wherever Flat UI Pro 1.2.5 is
$ rails g flatuipro:install ~/Developer/flatuipro-1.2.5/
$ rails g flatuipro:demoMetadata
Metadata
Assignees
Labels
No labels