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

Improve console output when generating mixins #104

Open
tpluscode opened this issue Aug 1, 2017 · 5 comments
Open

Improve console output when generating mixins #104

tpluscode opened this issue Aug 1, 2017 · 5 comments

Comments

@tpluscode
Copy link
Contributor

tpluscode commented Aug 1, 2017

Currently when generating mixins the console reads

`Module` generated in 149ms
`MyElement` generated in 78ms

It would be nice to actually put the mixin's name in the output and not simply Module fear each mixin.

@Buslowicz
Copy link
Owner

What about multiple mixins per file? Should we maybe instead of Module place a source file name or path?

@tpluscode
Copy link
Contributor Author

I'd expect multiple logs. One for each generated mixin.

@Buslowicz
Copy link
Owner

This could be confused to multiple files output. What do you think about something more like this?

MyMixin1, MyMixin2, MyMixin3 saved to `mixins-file.html` (generated in 149ms)

@tpluscode
Copy link
Contributor Author

Sure, that would work too. I don't have a strong opinion

@Buslowicz
Copy link
Owner

Okie dokie, I'll queue that up :).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants