Generate tags in cef directory

This commit is contained in:
Kevin Sawicki
2012-12-17 13:07:19 -08:00
committed by Corey Johnson & Nathan Sobo
parent 62ddf8219f
commit d13c2c265a

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