You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 14, 2020. It is now read-only.
first of all, your project is well structured and documented. Really a good starting point for a new angular 2 project. I learned alot by reading your documentation – thank you very much for efforts!
Now I came a cross with a question that leads me to a possible enhancement of the modern web dev build.
If I currently build a project, I dont have a chance to get a easy overview about the files that are included in the bundled css and js files. It would be nice to have this either on shell or in a logfile.
I want to add a verbose mode (as an option) to the build. See #41.
I know how to implement it throughout the build tasks but haven't had time to look into it yet.
Basically if you look at the different build tasks, it could simply start by using the "debug" module to output additional infos during the execution of the tasks.
You're welcome to contribute (even part of) this if you have time :)
Dear Sebastian,
first of all, your project is well structured and documented. Really a good starting point for a new angular 2 project. I learned alot by reading your documentation – thank you very much for efforts!
Now I came a cross with a question that leads me to a possible enhancement of the modern web dev build.
If I currently build a project, I dont have a chance to get a easy overview about the files that are included in the bundled css and js files. It would be nice to have this either on shell or in a logfile.
simple version:
extended version
This would give a user the chance to see in a glimpse where he can optimize or need to debug the bundles.
The text was updated successfully, but these errors were encountered: