AC-564 implemented angular-codemirror to provide JSON/YAML syntax highlighting and linting in a full-screen editor.

This commit is contained in:
Chris Houseknecht
2014-02-15 19:23:57 -05:00
parent e4d860e3dc
commit cc9869b198
408 changed files with 77383 additions and 34385 deletions

View File

@@ -87,7 +87,7 @@ if __name__ == '__main__':
mode, friendly_name, dependencies_file, directory = argv
conn = S3Connection()
bucket = conn.lookup(BUCKET_NAME)
bucket = conn.lookup(BUCKET_NAME, validate=False)
if bucket is None:
raise SystemExit("Could not access bucket!")