mirror of
https://github.com/ansible/awx.git
synced 2026-02-21 13:10:11 -03:30
Rename .jsx -> .js
This commit is contained in:
@@ -98,8 +98,8 @@ def run():
|
||||
search_path = args.root_dir + "**/**/*.js*"
|
||||
|
||||
for file_path in glob.iglob(search_path, recursive=True):
|
||||
find_and_replace_roots(file_path, args.root_dir, args.preview)
|
||||
#rename_jsx(file_path, args.preview)
|
||||
#find_and_replace_roots(file_path, args.root_dir, args.preview)
|
||||
rename_jsx(file_path, args.preview)
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
|
||||
Reference in New Issue
Block a user