-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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 .config/karma.conf.js to the default lookup path #1387
Add .config/karma.conf.js to the default lookup path #1387
Comments
What exactly are you asking? You can do this today with karma, just pass the |
I think what this issue ask is make karma and many other utils/services add |
@dignifiedquire I understand that the path can be configured, but as @hax so aptly stated, this is about adding |
@shannonmoeller I see. In general I don't mind adding it to the default lookup path. If someone provides a pr for this I'll consider it. |
Thanks! PR forthcoming. |
Any reason the config object can't be optionally put in package.json? Web pack supports this and so does bower IIRC |
As more and more tools have become best-practice when authoring npm modules, from
package.json
to.*rc
to*file.js
, the root directory of projects has become a very loud place. This dot-noise pushes README content farther and farther down the main page of git repos.What if the above could optionally be simplified to the following?
This is a simple example and that's already about a 30% vertical space savings. I started the conversation over in the npm repo, but I'm also submitting issues to the
findup
,findup-sync
,travis-ci
andzuul
repos.The text was updated successfully, but these errors were encountered: