Skip to content

Instantly share code, notes, and snippets.

@mbriggs
Created July 13, 2012 18:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mbriggs/3106341 to your computer and use it in GitHub Desktop.
Save mbriggs/3106341 to your computer and use it in GitHub Desktop.
(defun build-railgun-files ()
(loop for type in (railgun-file-types)
for files in (all-files-under-dir-recursively (railgun-search-path type))
for file-info in (mapcar 'railgun-build-file-info files)
collect file-info))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment