Lines Matching refs:path
21 standard_system_build_dir = os.path.join(os.path.dirname(__file__), os.pardir,
23 build_dir = os.path.join(os.path.dirname(__file__), os.pardir, os.pardir,
25 if os.path.exists(standard_system_build_dir):
26 sys.path.append(
27 os.path.join(standard_system_build_dir, os.pardir, os.pardir))
29 if os.path.exists(build_dir):
30 sys.path.append(os.path.join(build_dir, os.pardir, os.pardir, os.pardir))
39 parser.add_argument('--node', help='path to nodejs exetuable')
40 parser.add_argument('--tsc-js', help='path to parse5 module tsc')
41 parser.add_argument('--parse5-project', help='path to parse5 project')
42 parser.add_argument('--parse5-output-dir', help='path to parse5 output')
43 parser.add_argument('--uglify-source-js', help='path uglify-source.js')