ows.js
ows.js copied to clipboard
remove dist directory
@juanmav any reason why we couldn't have dist/ generated by a build step?
@tomkralidis
When you use Bower as package manager you can point where is the distribution file in your repo. With this you can tag the code and the builds and it is really easy to change from differents versions of ows.js with Bower.
"ows.js": "0.1.5"
or
"ows.js": "0.1.0"
Yes, this can be improved using another repo only for the distributions files, but it is a bit annoying manage this.
Regards JM