From d21ccd7065417cd04a2381b969486abc964b590c Mon Sep 17 00:00:00 2001 From: Daniel Gempesaw Date: Fri, 16 May 2014 23:52:26 -0400 Subject: [PATCH] Add recipe for gempesaw/grunt.el Some glue between Emacs and Gruntfiles to save me from invoking grunt tasks manually from the shell. --- recipes/grunt | 1 + 1 file changed, 1 insertion(+) create mode 100644 recipes/grunt diff --git a/recipes/grunt b/recipes/grunt new file mode 100644 index 00000000..fc3627c0 --- /dev/null +++ b/recipes/grunt @@ -0,0 +1 @@ +(grunt :fetcher "github" :repo "gempesaw/grunt.el")