Don't generate tags for spec files

This commit is contained in:
Kevin Sawicki 2012-12-17 10:33:16 -08:00
parent 39408ec28d
commit 1d6c1fa605

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