Don't force redownloading some assets

This commit is contained in:
Cheng Zhao 2015-07-03 13:46:26 +08:00
parent 1212e45a6e
commit e4530e6e32

View file

@ -49,11 +49,6 @@ def main():
os.environ['DISPLAY'] = ':99.0'
rm_rf(os.path.join(SOURCE_ROOT, 'out'))
rm_rf(os.path.join(SOURCE_ROOT, 'frameworks'))
rm_rf(os.path.join(SOURCE_ROOT, 'external_binaries'))
rm_rf(os.path.join(SOURCE_ROOT, 'vendor', 'apm', 'node_modules'))
rm_rf(os.path.join(SOURCE_ROOT, 'vendor', 'brightray', 'vendor', 'download',
'libchromiumcontent'))
# CI's npm is not reliable.
npm = 'npm.cmd' if PLATFORM == 'win32' else 'npm'