angular-openlayers-directive icon indicating copy to clipboard operation
angular-openlayers-directive copied to clipboard

Updating demo site

Open juristr opened this issue 8 years ago • 2 comments

Hi @tombatossals ,

just a quick question: could you briefly outline how you update the demo site http://tombatossals.github.io/angular-openlayers-directive/ without me having to dig into it and having to understand everything by myself :smile: . Did you setup an automatism to update the lib version etc. or is it a manual process?

I think it would be useful to continuously update it, at least with each release.

Thx

juristr avatar Aug 22 '15 12:08 juristr

Actually it's a mostly manual process. :(

With the leaflet-directive I have accomplish to completely automate the process, so when a new example is added to the repository, a node.js script parses and generates the required information to add it to the example site. I can port that method here, but it requires some work.

For the moment, if that seems ok, we can upgrade the library version and publish new examples added to the main repository.

Yo only need to change to the gh-pages branch, and checkout the "dist" and "examples" directory from the master branch. For example:

$ git checkout gh-pages
$ git checkout master examples dist
$ git commit
$ git push

tombatossals avatar Aug 22 '15 13:08 tombatossals

cool, so I'll leave this issue open as a reminder :wink:

juristr avatar Aug 22 '15 13:08 juristr