Closed pmowrer closed 9 years ago
Hi, thanks for this pull request.
Please note that dist/ng-clip.js is created by Grunt and therefor there's no point of manually replacing it. feel free to update the Gruntfile accordingly.
Hi @asafdav! Sure, I can update bower.json
to point to src/ngClip.js
directly. I wasn't sure what the intention of the symlink was but I think I get it now.
Fixes #57
bower.json
's main to conform to Bower's spec. Per https://github.com/bower/bower.json-spec, "main" should "not include minified files."ng-clip.js
symlink with actual file. Necessary in order forng-clip.js
to come down when fetched via Bower.