ows.js icon indicating copy to clipboard operation
ows.js copied to clipboard

remove dist directory

Open tomkralidis opened this issue 10 years ago • 1 comments

@juanmav any reason why we couldn't have dist/ generated by a build step?

tomkralidis avatar Sep 18 '15 12:09 tomkralidis

@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

juanmav avatar Sep 18 '15 14:09 juanmav