Skip to content

Instantly share code, notes, and snippets.

@munificent
Created March 14, 2019 22:25
Show Gist options
  • Save munificent/c0b8e4625749175af0044bc7e1b0c50f to your computer and use it in GitHub Desktop.
Save munificent/c0b8e4625749175af0044bc7e1b0c50f to your computer and use it in GitHub Desktop.
var command = [
engineDartPath,
frontendServer,
for (var root in fileSystemRoots) "--filesystem-root=$root",
for (var entryPoint in entryPoints)
if (fileExists("lib/$entryPoint.json")) "lib/$entryPoint",
mainPath
];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment