CodeKit
CodeKit copied to clipboard
I renewed my license, and now I'm getting build warnings.
Quick, short summary: I renewed my license and now my project build yields "No Source Code to Show" warnings on several files located in a JS library folder that's symlink'ed into my project's root folder.
Expected results: Project builds without warnings.
Actual results: Upon build, I get the following warning on several files that I use from a JS library folder of my own making, shared between projects, that has been symlink'ed into my project root:
[No Source Code To Show]
File ignored because of a matching ignore pattern. Use "--no-ignore" to disable file ignore settings or use "--no-warn-ignored" to suppress this warning.
Google searching for codekit "no source code to show"
yields no results.
When I deleted the symlink'ed and try to build, I get the following errors:
ESLint failed to run with this error: Oops! Something went wrong! :(
ESLint: 9.0.0
No files matching the pattern "/Users/johnbandy/Work/Projects/Active/CNCT/Vidbot-V2/_ConcatJS/src/ utils/Numbers.js" were found. Please check for typing mistakes in the pattern.
Bundling failed with this error: Could not resolve "../../_ConcatJS/src/utils/Dates.js" from "core/Vidbot.js"
Obviously, since I import these files using the symlink pathway into my root folder.
Exact steps to reproduce: Not sure since this started after I renewed my license.
A link to download a simplified project or file that shows the issue: n/a
Your configuration (any details about your system that you think might be relevant) I'm running Codekit v3.25 build 34576, if this helps.