angular-image-crop
angular-image-crop copied to clipboard
Make this library 'developer-friendly'
Hi Andy,
I've done the following changes in order to make this library:
- Code indentation of multiple files.
- 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 sampleindex.html
andindex2.html
files for testing.
-
- Added
grunt
node packages and related tasks which will compile files insrc
folder intodist
folder. - Added
CONTRIBUTING.md
file where development related steps are mentioned. - Updated
bower.json
by adding some ignored files, which won't be downloaded if user install this library from bower. - Added
.gitignore
file.
Hope to get quick response.
Thanks.
Why hasn't this been merged?
@andyshora Is there any issue I need to resolve?