Skip to content
This repository has been archived by the owner. It is now read-only.

fix reference path of app.ts #4

Open
wants to merge 1 commit into
base: master
from
Open

Conversation

@heziqiang
Copy link

heziqiang commented May 1, 2015

change the path "typings/angular2/angular2.d.ts"
to absolute path "/typings/angular2/angular2.d.ts"
or "../typings/angular2/angular2.d.ts"

Review on Reviewable

change the path "typings/angular2/angular2.d.ts"
to absolute path "/typings/angular2/angular2.d.ts"
or "../typings/angular2/angular2.d.ts"
@heziqiang
Copy link
Author

heziqiang commented May 1, 2015

perhaps i misunderstood

@johnjelinek
Copy link

johnjelinek commented May 3, 2015

I also noticed that index.html needs a reference update too:

<script src="../bundle/angular2.dev.js"></script>
@johnjelinek
Copy link

johnjelinek commented May 3, 2015

oh .. nvm, it all hinges on this step:

cp complete/* .

then all the paths are correct. Unfortunately, running tsc until the copy, it will display a warning about referencing the d.ts.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Linked issues

Successfully merging this pull request may close these issues.

None yet

2 participants
You can’t perform that action at this time.