Don't generate tags for spec files

This commit is contained in:
Kevin Sawicki
2012-12-17 10:33:16 -08:00
committed by Corey Johnson & Nathan Sobo
parent 025122d642
commit 194fffd9cd

View File

@@ -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