Before doing any of this, be sure to run all of the OS updates that are available.
Downloads:
| import sys | |
| import os | |
| import re | |
| dir_path = os.path.dirname(os.path.realpath(__file__)) + '/' | |
| static_content_folder = 'static/custom/ai2html-output/' | |
| # script takes two arguments "input" and "output" and optional static content folder arg | |
| # .js extension is added to output |
Before doing any of this, be sure to run all of the OS updates that are available.
Downloads: