-
Notifications
You must be signed in to change notification settings - Fork 14
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
npmjs version of "bin/elm-optimize-level-2.js" has an invalid shebang #69
Comments
I also encountered this problem running |
@mdgriffith any intention to republish it? |
The issue seems to be due to the line ending of the file
|
Are you publishing from Windows or Mac @mdgriffith? Looks like if it's republished from Mac, we won't encounter this issue. If you're publishing from Windows we might have to find another solution. Edit: We could enforce LF line endings w/ .gitattributes. See here. |
Ah, I probably published from my Windows comp last time because that's where I was benchmarking from. I'll publish from my mac this time! |
Ok, new version published! This should be resolved. Ping me here if it isn't! |
Hi, we're using elm-optimize-level-2 successfully in at least three projects, so firstly, I would like to thank you!
Today I was bumping them from 0.1.5 to 0.2.3, and our CIs broke with:
Simply editing
node_modules/elm-optimize-level-2/bin/elm-optimize-level-2.js
with vim seems to fix it.But your file on master seems to be just fine and correct. The problem is specific to the one deployed in npmjs.
The text was updated successfully, but these errors were encountered: