You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Update to @include once feature
Code files with the same content will not be duplicated regardless of the file name or include path
Fixed bug in FileCache related to context variable
Fixed --use-dependencies cache bug, expected behavior is as follows:
--save-dependencies option turns off caching or reading from cache for all files
If --use-dependencies is enabled, --save-dependencies is disabled, & the processed file is not included in the dependencies, then this file can be cached or read from cache
Update to @include feature
ability to distinguish between local and github files with the same @include once directive
added more paths for local include file searching
ability to reference & track specific git branch/commit includes