Skip to content

Total sample depends on linux build paths to dartc #1354

Closed
@DartBot

Description

@DartBot

This issue was originally filed by [email protected]


The server infrastructure of Total re-generates the client JS code
on the fly by invoking dartc. There are 2 issues with this:

  1. Some people might want to use frog
  2. The path specified is Linux specific - running on a mac requires a different path.

One idea is to take the auto-regeneration feature out and replace it with a mechanism that compiles the client code once before the server is started. Another is to make the server flexible enough to support frog or dartc, and support them on differnt environments.

I think we are touting the dart editor for a compile/edit/debug cycle, so what I'm going to do first is try that out and document it. If that works, then I'll remove the compile meechanism from the server.

Metadata

Metadata

Assignees

No one assigned

    Labels

    area-samples (deprecated)Deprecated: this label is no longer actively used.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions