bcabanes / angular-image-cropper

AngularJS directive for cropping images.
124 stars 62 forks source link

/dist folder is gone? #17

Closed mattmazzola closed 8 years ago

mattmazzola commented 8 years ago

Hi,

I was using your project from bower and there used to be a dist folder with: angular-image-cropper.min.css angular-image-cropper.min.js

With the update to 1.0 these files are missing.

bcabanes commented 8 years ago

Hi @mattmazzola, Yes the build seems to fail when uploading to npm i'm on it. You can require the module with fil in the src folder until then.

bcabanes commented 8 years ago

Ho sorry, you're using bower as package dependencies. You can install an older version: $ bower install ng-image-cropper#0.1.1

mattmazzola commented 8 years ago

Yea, I'll use that as a work-around until the build is fixed. Thanks.

bcabanes commented 8 years ago

Hi @mattmazzola, You can use this url to install the lastest version of angular-image-cropper:

$ bower install https://npmcdn.com/angular-image-cropper/bower.zip

I'll update the readme soon.