diff --git a/Rakefile b/Rakefile index b2a8f3004..38c2e6bcd 100644 --- a/Rakefile +++ b/Rakefile @@ -128,7 +128,7 @@ task :nof do end task :tags do - system %{ctags -R src/ native/} + system %{find src native -not -name "*spec.coffee" -type f | xargs ctags} end def application_path