Generate tags in cef directory

This commit is contained in:
Kevin Sawicki
2012-12-17 13:07:19 -08:00
parent 9e4325d8b2
commit 8216e4f214

View File

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