added jquery.Jcrop

This commit is contained in:
nilsding 2014-12-29 09:39:47 +01:00
parent e2394ed4f3
commit f6ceafb710
4 changed files with 5 additions and 0 deletions

View File

@ -29,6 +29,7 @@ gem 'font-kit-rails'
gem 'nprogress-rails'
gem 'font-awesome-rails', '~> 4.2.0.0'
gem 'rails-assets-growl'
gem 'jcrop-rails-v2'
gem 'ruby-progressbar'

View File

@ -123,6 +123,7 @@ GEM
jbuilder (2.2.5)
activesupport (>= 3.0.0, < 5)
multi_json (~> 1.2)
jcrop-rails-v2 (0.9.12.3)
jquery-rails (3.1.2)
railties (>= 3.0, < 5.0)
thor (>= 0.14, < 2.0)
@ -348,6 +349,7 @@ DEPENDENCIES
haml
http_accept_language
jbuilder (~> 2.2.4)
jcrop-rails-v2
jquery-rails
jquery-turbolinks
mysql2

View File

@ -7,6 +7,7 @@
#= require nprogress-turbolinks
#= require growl
#= require cheet
#= require jquery.Jcrop
#= require_tree .
NProgress.configure

View File

@ -1,6 +1,7 @@
/*
*= require rails_bootstrap_forms
*= require growl
*= require jquery.Jcrop
*= require_self
*/