Browse Source

Clean libchromiumcontent/src

Kevin Sawicki 8 years ago
parent
commit
321e953a1d
1 changed files with 1 additions and 0 deletions
  1. 1 0
      script/clean.py

+ 1 - 0
script/clean.py

@@ -16,6 +16,7 @@ def main():
   rm_rf('out')
   rm_rf('spec/node_modules')
   rm_rf('vendor/brightray/vendor/download/libchromiumcontent')
+  rm_rf('vendor/brightray/vendor/libchromiumcontent/src')
   rm_rf(os.path.expanduser('~/.node-gyp'))