Skip to content

Commit 8e4a811

Browse files
author
Nikos M
committed
update buildtools
1 parent b21ae3c commit 8e4a811

1 file changed

Lines changed: 27 additions & 22 deletions

File tree

config.custom

Lines changed: 27 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,14 @@
55
#
66
###################################################
77

8+
plugins =[{}]
9+
# include 'doc' plugin from plugins folder
10+
"doc" = "!plg:doc"
11+
@
12+
813
tasks =[{}]
914

10-
build ={}
15+
build =[{}]
1116

1217
src =[]
1318

@@ -77,7 +82,7 @@ tasks =[{}]
7782

7883
!tpl:umd-footer.tpl.js # include a umd-footer template
7984

80-
@ # end block
85+
@
8186

8287
# extract header from this file
8388
header = ./src/MOD3.js
@@ -93,42 +98,42 @@ tasks =[{}]
9398
"@@DEPENDENCIES@@" = "@dependencies: Classy.js"
9499
"@@USE_STRICT@@" = '"use strict";'
95100

96-
@ # end block
101+
@
97102

98103
# extract documentation
99104
doc ={}
100105
"startdoc" = "/**[DOC_MD]"
101106
"enddoc" = "[/DOC_MD]**/"
102107
"trimx" = "\\s*\\*\\s?"
103108
"output" = ".\api-reference.md"
104-
@ # end block
109+
@
105110

106111
# Minify the Package (map of lists)
107112
minify ={}
108113

109114
# Options for Node UglifyJS Compiler (if used, default), (mangle and compress)
110115
uglifyjs =[]
111116
-m -c
112-
@ # end block
117+
@
113118

114119
# Options for Java Closure Compiler (if used)
115120
closure =[]
116121
"--language_in=ECMASCRIPT5_STRICT"
117-
@ # end block
122+
@
118123

119124
# Options for Java YUI Compressor Compiler (if used)
120125
yui =[]
121126
--preserve-semi
122-
@ # end block
127+
@
123128

124-
@ # end block
129+
@
125130

126131
out = ./build/mod3.min.js
127132

128-
@ # end block
133+
@
129134

130135

131-
build_three ={}
136+
build_three =[{}]
132137

133138
src =[]
134139

@@ -178,7 +183,7 @@ tasks =[{}]
178183

179184
!tpl:umd-footer.tpl.js # include a umd-footer template
180185

181-
@ # end block
186+
@
182187

183188
# extract header from this file
184189
header = ./src/MOD3.js
@@ -194,53 +199,53 @@ tasks =[{}]
194199
"@@DEPENDENCIES@@" = "@dependencies: Classy.js"
195200
"@@USE_STRICT@@" = '"use strict";'
196201

197-
@ # end block
202+
@
198203

199204
# extract documentation
200205
doc ={}
201206
"startdoc" = "/**[DOC_MD]"
202207
"enddoc" = "[/DOC_MD]**/"
203208
"trimx" = "\\s*\\*\\s?"
204209
"output" = ".\api-reference.md"
205-
@ # end block
210+
@
206211

207212
# Minify the Package (map of lists)
208213
minify ={}
209214

210215
# Options for Node UglifyJS Compiler (if used, default), (mangle and compress)
211216
uglifyjs =[]
212217
-m -c
213-
@ # end block
218+
@
214219

215220
# Options for Java Closure Compiler (if used)
216221
closure =[]
217222
"--language_in=ECMASCRIPT5_STRICT"
218-
@ # end block
223+
@
219224

220225
# Options for Java YUI Compressor Compiler (if used)
221226
yui =[]
222227
--preserve-semi
223-
@ # end block
228+
@
224229

225-
@ # end block
230+
@
226231

227232
out = ./build/mod3.three.min.js
228233

229-
@ # end block
234+
@
230235

231-
bundle ={}
236+
bundle =[{}]
232237

233238
bundle =[]
234239

235240
# bundle-in external dependencies
236241
./build/classy.js
237242
./build/mod3.min.js
238243

239-
@ # end block
244+
@
240245

241246

242247
out = ./build/mod3.bundle.js
243248

244-
@ # end block
249+
@
245250

246-
@ # end block
251+
@

0 commit comments

Comments
 (0)