File tree Expand file tree Collapse file tree 1 file changed +0
-17
lines changed Expand file tree Collapse file tree 1 file changed +0
-17
lines changed Original file line number Diff line number Diff line change @@ -25,23 +25,6 @@ def bowerProperty(name):
25
25
# Symbolic constants for the project structure.
26
26
TEST_DIR = 'test'
27
27
28
- # Symbolic constants for the naming of distribution files.
29
- STANDARD_NAMING = True
30
- PRODUCT_NAME = bowerProperty ("name" )
31
- OUTFILE_REG = "{0}.js" .format (PRODUCT_NAME ) if STANDARD_NAMING else "skulpt-uncomp.js"
32
- OUTFILE_MIN = "{0}.min.js" .format (PRODUCT_NAME ) if STANDARD_NAMING else "skulpt.js"
33
- OUTFILE_LIB = "{0}-stdlib.js" .format (PRODUCT_NAME ) if STANDARD_NAMING else "builtin.js"
34
- OUTFILE_MAP = "{0}-linemap.txt" .format (PRODUCT_NAME ) if STANDARD_NAMING else "linemap.txt"
35
- OUTFILE_DEBUGGER = "debugger.js"
36
-
37
- # Symbolic constants for file types.
38
- FILE_TYPE_TEST = 'test'
39
-
40
- TestFiles = [
41
- "{0}/sprintf.js" .format (TEST_DIR ),
42
- "{0}/test.js" .format (TEST_DIR )
43
- ]
44
-
45
28
if sys .platform == "win32" :
46
29
nul = "nul"
47
30
crlfprog = os .path .join (os .path .split (sys .executable )[0 ], "Tools/Scripts/crlf.py" )
You can’t perform that action at this time.
0 commit comments