|
|
|
|
@ -527,7 +527,6 @@ def css_js_prerelease(command, strict=False):
|
|
|
|
|
try:
|
|
|
|
|
self.distribution.run_command('css')
|
|
|
|
|
self.distribution.run_command('js')
|
|
|
|
|
self.distribution.run_command('lab')
|
|
|
|
|
except Exception as e:
|
|
|
|
|
# refresh missing
|
|
|
|
|
missing = [ t for t in targets if not os.path.exists(t) ]
|
|
|
|
|
|