UNPKG
lila
Version:
latest (0.4.3)
0.4.3
0.4.2
0.4.1
0.4.0
0.3.1
0.3.0
0.2.1
0.2.0
0.1.4
0.1.3
0.1.2
0.1.1
0.1.0
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1
An automatic building tool of web frontend, for teamwork.
github.com/senntyou/lila
senntyou/lila
lila
/
tasks
/
dist
/
current.js
18 lines
(16 loc)
•
283 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
const allConfigs =
require
(
'../../project_config/all'
); /** * Processing data. * * @
type
{{index: number,
config
}} */
module
.exports = { /** * Current processing
module
index. */ index:
0
, /** * Current processing
module
config
. */
config
: allConfigs[
0
], };