quentinlampin / ngx-openlayers

Angular2+ components for Openlayers 4.x
Mozilla Public License 2.0
137 stars 98 forks source link

Add dist to git #39

Closed achimha closed 7 years ago

achimha commented 7 years ago

The /dist directory should be part of the git repository. This is good practise with Angular components as it allows using the repo directly via npm and also from applications that do not have a Typescript tool chain.

You can just add to your package.json:

"angular2-openlayers": "https://github.com/quentin-ol/angular2-openlayers"

or your own fork.

achimha commented 7 years ago

My change here (better to do yourself because a PR would have my path names):

https://github.com/achimha/angular2-openlayers/commit/e83eff6189211f4fc1d6f0c56d54fb2dd2c2acbe

The /aot directory is not needed, should still remain in .gitignore.

quentinlampin commented 7 years ago

PR #40 seems to address this issue