dart - Is there a way to disable all those symlinks to the packages directory? -
i using dart eclipse plugin following guide: http://blog.dartwatch.com/2013/01/integrating-dart-into-eclipse-and-your.html ( without maven integration )
if use pubspec.yaml file, project gets spammed these packages symlinks. ( using "package explorer" view eclipse ) control on these files created.
i argue web root directory , maybe scripts directory should enough.
currently, no, there no way control directories "packages" directories , don't. pub place "packages" directories in "bin", "example", "test", "tool", , "web", , subdirectory of those.
those of directories package may expected have dart entrypoint. since entrypoint needs "packages" directory next able use "package:" imports, pub place 1 there.
it won't place "packages" directories anywhere else.
i argue web root directory , maybe scripts directory should enough.
"tool" pub's convention "scripts" directory.
Comments
Post a Comment