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

Runnable as npm module. #29

Closed
wants to merge 1 commit into from

Conversation

JarnoLeConte
Copy link

I tried to make this code also work as node module instead of CLI only. I can't verify if all intended behaviour is preserved, because tests are missing. But it work well in my project at least :)
Maybe some improvements are necessary, but it looks promising.

I used it in the project meteor-electron to automatically package meteor desktop applications. See pull request electron-webapps/meteor-electron#86

@@ -4,6 +4,7 @@
{{> css}}
{{> scripts}}
{{> head}}
<meta charset="UTF-8">
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Without this, special characters are not preserved in my test case.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I had the same issue. I saw it in FontAwesome rendering strange characters instead of Unicode.

@frozeman
Copy link
Owner

Sorry for not responding earlier. I found this PR just now. Its hard for me to see whats the differences as you renamed files asfaik.
Could you rebase your changes on the latest develop. @hiddentao made some changes to the way meteor build client processes internally, with adding bluebird promises.

@dr-dimitru
Copy link
Collaborator

Closing in favor of v1.0.0.
Feel free to reopen or send another PR if issue not solved in v1

@dr-dimitru dr-dimitru closed this Aug 12, 2020
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.

4 participants