branch: elpa/pacmacs
commit 5b32c6f31063f09e0ea0e7491482a06d216656ba
Author: rexim <[email protected]>
Commit: rexim <[email protected]>

    Package resources with Cask (#95)
---
 Cask | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/Cask b/Cask
index 96dab180fa..f8e4ebb2a5 100644
--- a/Cask
+++ b/Cask
@@ -3,7 +3,10 @@
 
 (package-file "pacmacs.el")
 
-(files "*.el")
+(files "*.el"
+       ("maps" "maps/*.txt")
+       ("sprites" "sprites/*.json")
+       ("sprites" "sprites/*.xpm"))
 
 (depends-on "dash")
 (depends-on "dash-functional")

Reply via email to