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!
1) You need to call
dart2js
orpub build
for generating JS from DartMore information about generating Javascript Dart Package Management via dart2js
2) This depends how you installed Dart. I installed by just unpacking the downloaded archiv which contains