-
Notifications
You must be signed in to change notification settings - Fork 12k
Add a config file like .ngcli or ngcli-conf.js to the generated app #113
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
Comments
Hi Tapas, I'm not sure whether this is interesting to you, but here is a study I did of different ways people put configurations/settings into files. Maybe this will help you decide which way you like best. The spreadsheet shows the organization of all sorts of code, but the configuration stuff (I called "settings") are on rows 124-140. |
That's true. You are supposed to use the |
I would argue that directory structure is something that angular-cli should be opinionated about and it should probably not be configurable. The main reason for this is that using something like angular-cli should create a situation where anyone with experience in angular-cli could jump into a project and know exactly where everything is. |
We're already building an Alternatively, support for SASS/SCSS and other tools are added using the I consider this solved indirectly. |
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
Customization is an important factor for any tools to succeed. It would be better if we could add one config file like
.ngcli
orngcli-conf.js
so that developer can customize their own work flow.e.g:
The text was updated successfully, but these errors were encountered: