Skip to content

Commit cbd4929

Browse files
committed
Jcrop added
1 parent b94973b commit cbd4929

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ jquery-fileupload-rails is a library that integrates jQuery File Upload for Rail
1010
* jQuery File Upload Plugin 5.32.6
1111
* jQuery UI Widget 1.10.3+amd
1212
* JavaScript Load Image 1.9.0
13+
* Jcrop v0.9.12 (build:20130202) (optional)
1314

1415
## Installing Gem
1516

@@ -62,6 +63,10 @@ Require the stylesheet file to app/assets/stylesheets/application.css
6263

6364
*= require jquery.fileupload-ui
6465

66+
[Jcrop](https://github.com/tapmodo/Jcrop) stylesheet
67+
68+
*= require vendor/jquery.Jcrop.min
69+
6570
## Using the middleware
6671

6772
The `jquery.iframe-transport` fallback transport has some special caveats regarding the response data type, http status, and character encodings. `jquery-fileupload-rails` includes a middleware that handles these inconsistencies seamlessly. If you decide to use it, create an initializer that adds the middleware to your application's middleware stack.

0 commit comments

Comments
 (0)