We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Reported by Igor Garcia (thanks!)
couldn't "make" because of missing "zipmerge" which doesn't come with my distro (Linux Ubuntu 18.04), so I'd suggest to add that as a requirement "make clean" is calling "lein clean" but as that's not a leiningen project... should we remove it? After installing zipmerge, "make" still fails because of a reference to a file that does not exist. https://github.com/chr15m/slingcode/blob/master/src/slingcode/main.cljs#L47 here's a piece of the output: 46 | (def logo (rc/inline "slingcode/logo.svg")) 47 | (def revision (rc/inline "slingcode/revision.txt")) ---------------------^---------------------------------------------------------- Encountered error when macroexpanding shadow.resource/inline. Resource not found: slingcode/revision.txt at line 47 slingcode/main.cljs
couldn't "make" because of missing "zipmerge" which doesn't come with my distro (Linux Ubuntu 18.04), so I'd suggest to add that as a requirement
"make clean" is calling "lein clean" but as that's not a leiningen project... should we remove it?
After installing zipmerge, "make" still fails because of a reference to a file that does not exist. https://github.com/chr15m/slingcode/blob/master/src/slingcode/main.cljs#L47
here's a piece of the output:
46 | (def logo (rc/inline "slingcode/logo.svg")) 47 | (def revision (rc/inline "slingcode/revision.txt")) ---------------------^---------------------------------------------------------- Encountered error when macroexpanding shadow.resource/inline. Resource not found: slingcode/revision.txt at line 47 slingcode/main.cljs
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Reported by Igor Garcia (thanks!)
The text was updated successfully, but these errors were encountered: