Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add some basic build tests to get started, as well as a basic test framework #33

Merged
merged 3 commits into from
Feb 5, 2016

Conversation

jakemac53
Copy link
Contributor

I also snuck in a needed update to AssetReader, which lets you list files matching a list of InputSets. This was the last step needed to have a fully injectable asset system.

var packageNode = packageGraph[inputSet.package];
var packagePath = packageNode.location.toFilePath();
for (var glob in inputSet.globs) {
var files = glob.listSync(followLinks: false, root: packagePath).where(
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

might not matter, but I guess you could do this async, given that you are already in an async* method?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done

@sigmundch
Copy link
Member

just minor suggestions, ow lgtm

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type-enhancement A request for a change that isn't a bug
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants