-
Notifications
You must be signed in to change notification settings - Fork 4.2k
update npm package name to edx #1847
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
Conversation
|
If this name isn't referenced anywhere else, what is it for? |
|
Why is b33bb1a included in this? |
|
I think the name is only used if some node package were to depend on edX, which wouldn't make sense. However, it still makes sense to use "edx" instead of "mitx" for the name -- it's less confusing. As for the extra commit in the PR, I think that's an artifact of the recent, accidental force-push to master (and subsequent fix). I'll rebase it, and that commit should go away. |
|
It looks like the only purpose of the package.json file is to install a dev tool (coffee-script). That should be part of dev environment setup, not a rake task. |
|
@gwprice Are you suggesting that we remove |
|
I don't think the rake task should be doing that; it should be part of the dev environment setup. |
|
This seems like the proper way for it to be part of the dev environment setup. Just as we have So basically, it seems to me like this is the right way of doing it. Do you disagree? |
|
I do disagree. The requirements.txt file contains libraries on which we depend and is part of our runtime setup, not dev env setup. coffee-script isn't really a library that we are using, it's a compiler. The way we treat it should be more like ruby or python (i.e. a one-time installation at the time of dev env setup). |
|
👍 for now, but this file should go away in the not-too-distant future |
|
Fine by me. Merging. |
update npm package name to edx
Part 6 of #1815