File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 77
88# A '#' represents a comment and everything after it is skipped
99# Lines starting with # or blank lines are skipped
10- # Lines starting with @ are blocks/directives and describe how the build is going to be processed
1110# One line for each setting, no multiple settings on same line, line indentation does not matter
1211# Blocks with =[] define LISTS (arrays)
1312# Blocks with ={} define MAPS (hashmaps)
1615# A key and/or value can be quoted (with ", ' or `, quotes) or unquoted
1716# Lines with one or multiple '@'s define the end of that many previous blocks
1817
19- @ SRC =[]
18+ SRC =[]
2019
2120 !tpl:umd-header-no-worker.tpl.js # include a umd-header template
2221
7978@ # end block
8079
8180# extract header from this file
82- @ HEADER =
81+ HEADER =
8382./src/MOD3.js
8483
85- @ REPLACE =[{}]
84+ REPLACE =[{}]
8685
8786 "@@VERSION@@" = "0.3.2"
8887
9594@ # end block
9695
9796# extract documentation
98- @ DOC ={}
97+ DOC ={}
9998 "STARTDOC" = "/**[DOC_MD]"
10099 "ENDDOC" = "[/DOC_MD]**/"
101100 "TRIMX" = "\\s*\\*\\s?"
102101 "OUTPUT" = ".\api-reference.md"
103102@ # end block
104103
105104# Minify the Package (map of lists)
106- @ MINIFY ={}
105+ MINIFY ={}
107106
108107 # Options for Node UglifyJS Compiler (if used, default), (mangle and compress)
109108 "UGLIFY" =[]
122121
123122@ # end block
124123
125- @ OUT =
124+ OUT =
126125./build/mod3.packaged.js
Original file line number Diff line number Diff line change 77
88# A '#' represents a comment and everything after it is skipped
99# Lines starting with # or blank lines are skipped
10- # Lines starting with @ are blocks/directives and describe how the build is going to be processed
1110# One line for each setting, no multiple settings on same line, line indentation does not matter
1211# Blocks with =[] define LISTS (arrays)
1312# Blocks with ={} define MAPS (hashmaps)
1615# A key and/or value can be quoted (with ", ' or `, quotes) or unquoted
1716# Lines with one or multiple '@'s define the end of that many previous blocks
1817
19- @ BUNDLE =[]
18+ BUNDLE =[]
2019
2120 # bundle-in external dependencies
2221 ./build/classy.js
2524@ # end block
2625
2726
28- @ OUT =
27+ OUT =
2928./build/mod3.min.js
You can’t perform that action at this time.
0 commit comments