From 3904be2e00fd069458111be71b703d1d7cd1cd18 Mon Sep 17 00:00:00 2001 From: Kevin Sawicki Date: Sat, 7 Sep 2013 14:48:48 +0100 Subject: [PATCH] Remove instructional Rakefile Grunt was switched to over 2 months ago --- Rakefile | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 Rakefile diff --git a/Rakefile b/Rakefile deleted file mode 100644 index ce6ae7eb8..000000000 --- a/Rakefile +++ /dev/null @@ -1,11 +0,0 @@ -rule "" do |t| - puts <<-HELP - Atom now uses grunt instead of Rake. - See https://github.com/atom/atom/pull/596 for more info. - - tl;dr - ----- - Run ./script/build instead of rake install. - - HELP -end