paulbakker / osgi-vertx-demo

Apache License 2.0
27 stars 4 forks source link

Missing js file #1

Open huuhoait opened 8 years ago

huuhoait commented 8 years ago

Dear Paul! This demo was missed some js file:

<script src="node_modules/vertx3-eventbus-client/vertx-eventbus.js"></script>
<script src="node_modules/angular2/bundles/angular2-polyfills.js"></script>
<script src="node_modules/systemjs/dist/system.src.js"></script>
<script src="node_modules/rxjs/bundles/Rx.js"></script>
<script src="node_modules/angular2/bundles/angular2.dev.js"></script>

Pls commit them to the repo

Thanks!

qny31541 commented 8 years ago

Yes please.

paulbakker commented 8 years ago

The node_modules dir shouldn't be in the repo. You generate it instead with npm install.

huuhoait commented 8 years ago

@paulbakker Thanks :)