osgi-vertx-demo icon indicating copy to clipboard operation
osgi-vertx-demo copied to clipboard

Missing js file

Open huuhoait opened this issue 9 years ago • 3 comments

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!

huuhoait avatar Jan 28 '16 06:01 huuhoait

Yes please.

qny31541 avatar Feb 04 '16 17:02 qny31541

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

paulbakker avatar Feb 04 '16 17:02 paulbakker

@paulbakker Thanks :)

huuhoait avatar Feb 15 '16 07:02 huuhoait