From d13c2c265a42544910e201df5ad008d10223d2a3 Mon Sep 17 00:00:00 2001 From: Kevin Sawicki Date: Mon, 17 Dec 2012 13:07:19 -0800 Subject: [PATCH] Generate tags in cef directory --- Rakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Rakefile b/Rakefile index 38c2e6bcd..294a36862 100644 --- a/Rakefile +++ b/Rakefile @@ -128,7 +128,7 @@ task :nof do end task :tags do - system %{find src native -not -name "*spec.coffee" -type f | xargs ctags} + system %{find src native cef -not -name "*spec.coffee" -type f | xargs ctags} end def application_path