From aaed254a5f9d5c25742f809182b22c1fbc31dcc6 Mon Sep 17 00:00:00 2001 From: Chang Wang Date: Mon, 23 Jun 2014 01:47:18 -0400 Subject: [PATCH] gulp > 3.7 directly supports .coffee --- gulpfile.js | 2 -- 1 file changed, 2 deletions(-) delete mode 100644 gulpfile.js diff --git a/gulpfile.js b/gulpfile.js deleted file mode 100644 index c7f2b8b..0000000 --- a/gulpfile.js +++ /dev/null @@ -1,2 +0,0 @@ -require('coffee-script/register'); -require('./gulpfile.coffee');