-
-
Notifications
You must be signed in to change notification settings - Fork 21
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
Don't link if the -pkg.el
file is not found
#131
Comments
It seems like you need a
You can generate it with Output
|
Ah I see now that it prints |
Yeah, the current behavior is from Cask. It might be easier if we just require a Lines 49 to 92 in dfac98b
|
-pkg.el
file is not found
I've opened a PR in #133. Can you try this branch? |
I tried linking another package (ansi.el) and it works better now indeed. It's much less confusing. But actually, assuming the other project is using Eask as well, maybe we could generate the package file there automatically? |
That's was my first thought, but I don't know generating files somewhere else (consider link outside of the project) provides the best UX. Two things I am considering:
I may just think too much. 😅 |
Actually yea, you're right about point 2. I would then just change the wording on this
to emphasize more that you need to run |
I've implemented the behavior in #139. I think not enough people use Eask +
Would you like to open a PR for this? 😁Like this? - Options are,
+ Options are, (in linked project)
- [ ] Use ‘eask pkg-file‘ to create one
- [ ] Write your own ‘-pkg.el‘ file |
I tried to link trinary devel version from my local git repo but it also installs the version from melpa
The resulting directory structure
The text was updated successfully, but these errors were encountered: