angular-image-cropper icon indicating copy to clipboard operation
angular-image-cropper copied to clipboard

I cannot find angular-image-cropper.js file instead i found imageCropper.js

Open vjayanth opened this issue 8 years ago • 5 comments

when i import imageCropper.js file to admin.jsp it is showing imageCropper.js:1 Uncaught ReferenceError: module is not defined error.

how to fix this error ?

vjayanth avatar Jun 16 '16 07:06 vjayanth

EDIT

I think i know why its not working. The files are for Browserify i think. So they still need to be processed. Is it an idea to include the dist files already? In this way its easier for Grunt to just include the source (.dist) and run the application.

The only thing for you @bcabanes to do is Browserify it and make a dist folder with the files and commit and push them.


Im having the same issue... i think i don't have some dependency installed or required. Can you help out a little @bcabanes If i get it working i can update the README.md so everybody won't have to ask it again.

rickerd avatar Jun 27 '16 14:06 rickerd

Same issue, this library seems to be no longer compatible with other build systems. Doesn't make sense for me to rework whole build just to do it in slightly different way - Looks like I'll be using my older fork

FDIM avatar Jul 19 '16 09:07 FDIM

The baddest of all is that we're forced to work with Browserify instead of ommiting the dist with it. It makes it so much easier. I don't know Browserify either. And 22 days since i said something about it. But the repo owner doesn't say a word.

rickerd avatar Jul 19 '16 09:07 rickerd

Thats the downside of open source :)

FDIM avatar Jul 19 '16 10:07 FDIM

👍 Needed a minified version of the library

astronati avatar Sep 12 '17 10:09 astronati