Merge pull request #265 from abarth/workbench

Create //sky/packages/workbench
This commit is contained in:
Adam Barth 2015-07-24 12:50:51 -07:00
commit 446b978652
4 changed files with 31 additions and 0 deletions

View File

@ -0,0 +1,3 @@
.pub
packages
pubspec.lock

View File

@ -0,0 +1,7 @@
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.

View File

@ -0,0 +1,20 @@
name: workbench
version: 0.0.1
author: Chromium Authors <sky-dev@googlegroups.com>
description: A workspace to host pub packages
homepage: https://github.com/domokit/sky_engine/tree/master/sky/packages/workbench
dependencies:
sky: any
dev_dependencies:
sky_tools: ^0.0.3
dependency_overrides:
material_design_icons:
path: ../material_design_icons
sky:
path: ../../sdk
sky_engine:
path: ../../../out/Debug/gen/dart-pkg/sky_engine
sky_services:
path: ../../../out/Debug/gen/dart-pkg/sky_services
environment:
sdk: '>=1.8.0 <2.0.0'

View File

@ -0,0 +1 @@
../..