Skip to content
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

Use elixir to perform build tasks #314

Closed
wants to merge 2 commits into from
Closed

Use elixir to perform build tasks #314

wants to merge 2 commits into from

Conversation

aiwaiwa
Copy link

@aiwaiwa aiwaiwa commented Mar 29, 2023

My first commit to this great extension. Bumping into issues building it on Windows. Would it make sense to perform compilation tasks using elixir, as it's assumed to be available for this extension?

The tasks would like this this:

    "vscode:prepublish": "elixir ./build.exs prepublish",
    "compile": "elixir ./build.exs compile",

@aiwaiwa
Copy link
Author

aiwaiwa commented Apr 5, 2023

With what is being done in #317 by @lukaszsamson, I'm hoping building on a Windows host will be easily possible without involving elixir. Keenly watching

@aiwaiwa aiwaiwa closed this Apr 11, 2023
@serpentseed
Copy link

serpentseed commented Apr 11, 2023 via email

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

Successfully merging this pull request may close these issues.

2 participants