Skip to content
This repository has been archived by the owner on Mar 6, 2020. It is now read-only.

adding nodejs and coffee-script to meta.yaml #10

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

tpowellcio
Copy link

Added nodejs and coffee-script as build dependencies into the meta.yaml file.

@asmeurer
Copy link
Collaborator

You've added conda_ui.tar, but are these files used anywhere?

Also, where are these files from? It's usually wrong to check binary files to a git repository.

@tpowellcio
Copy link
Author

I was told by David Li that I had to zip up some java files to get it to build on windows. This is the work around for the nodejs issue on windows.
You have to build it on a "non windows" machine and copy the files from conda-ui/conda_ui/static/conda_ui/ and then place those files in the same location on a windows machine. I guess we could just check in those files rather than a binary tar ball.

Another work around is to install node.js using their install script and then install coffee-script and build it that way.
It would be better if it just built on windows with the dependencies.

@asmeurer
Copy link
Collaborator

It sounds like it should be part of the nodejs package then.

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

Successfully merging this pull request may close these issues.

2 participants