bdkjones / Kit

The Kit Compiler, as implemented in CodeKit
77 stars 6 forks source link

Feature Request: File Globbing for Imports #11

Open calvinjuarez opened 9 years ago

calvinjuarez commented 9 years ago

I'd like to be able to import all the files in a given directory to a certain place with one comment.

<!-- @import 'files/*' -->
<!-- @import 'kit-files/*.kit' -->

Or even more simply, just "import a directory" (meaning everything inside) so there's no need for * pattern matching.

<!-- @import files/ -->