Flutter Engine
The Flutter Engine
|
Go to the source code of this file.
Namespaces | |
namespace | gen_manifest |
Functions | |
def | gen_manifest.matches (file) |
def | gen_manifest.findFiles (rootDir) |
Variables | |
gen_manifest.cacheDir = sys.argv[1] | |
gen_manifest.extensions = sys.argv[2].split(',') | |
gen_manifest.manifestName = sys.argv[3] | |
gen_manifest.htmlFiles = sys.argv[4:] | |
gen_manifest.patterns = extensions + htmlFiles | |
list | gen_manifest.manifest = [] |
gen_manifest.cachedHtmlFile = htmlFile.replace('.html', '-cache.html') | |
gen_manifest.text = open(htmlFile, 'r').read() | |