Questions on using dart without dart editor

Viewed 389

I'm trying to get dart working. As editor I want to use emacs dart-mode. I've got 2 questions concerning using dart without the dart editor:

1) Do I manually need to call dart2js or does the in html included script dart.js do that for me? Where can I find the dart.js file on a linux system?

2) Where can I find the packages that come with the dart install on a linux system?

Thank you in advance!

2 Answers
Related