Adam Barth e8c3ceb7da Create //sky/packages/workbench
The workbench package exists to pull in pub packages from both pub.dartlang.org
and from the source tree (using dependency overrides). The idea is that
workbench will reflect a typical Sky developer's environment so that we can use
the same tools as a typical sky developer by running them with the workbench as
the cwd.
2015-07-23 22:20:07 -07:00

287 B

Workbench

The workbench package is a synthetic package that lets us use pub to pull in some packages from pub.dartlang.org and some packages from within the source tree. The workbench package is intended to reflect a typical environment for developing a Sky application.