Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make this library 'developer-friendly' #31

Open
wants to merge 12 commits into
base: master
Choose a base branch
from

Conversation

AshBardhan
Copy link

Hi Andy,

I've done the following changes in order to make this library:

  1. Code indentation of multiple files.
  2. Rearranged directory structure
    • src - the source raw files (where any one can change as required).
    • dist - all the final build files and their minified versions.
    • demo - some sample index.html and index2.html files for testing.
  3. Added grunt node packages and related tasks which will compile files in src folder into dist folder.
  4. Added CONTRIBUTING.md file where development related steps are mentioned.
  5. Updated bower.json by adding some ignored files, which won't be downloaded if user install this library from bower.
  6. Added .gitignore file.

Hope to get quick response.

Thanks.


1. **Github**
- [unminified] : [angular-image-crop.js](https://raw.githubusercontent.com/AshBardhan/angular-image-crop/master/dist/angular-image-crop.js) and [angular-image-crop.css](https://raw.githubusercontent.com/AshBardhan/angular-image-crop/master/dist/angular-image-crop.css)
- [minified] : [angular-image-crop.min.js](https://raw.githubusercontent.com/AshBardhan/angular-image-crop/master/dist/angular-image-crop.min.js) and [angular-image-crop.min.css](https://raw.githubusercontent.com/AshBardhan/angular-image-crop/master/dist/angular-image-crop.min.css)
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@andyshora Once you merge this code. You've to change the link from https://raw.githubusercontent.com/AshBardhan/angular-image-crop/master/dist/angular-image-crop.min.js to https://raw.githubusercontent.com/andyshora/angular-image-crop/master/dist/angular-image-crop.min.js

Similarly do this for other files.

@ybrodsky
Copy link

Why hasn't this been merged?

@AshBardhan
Copy link
Author

@andyshora Is there any issue I need to resolve?

blavenie added a commit to duniter-cesium/angular-image-crop that referenced this pull request Apr 13, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants