issues
search
eser
/
sey
[Deprecated] Simple JavaScript build tool with declarative and easy configuration
Other
49
stars
1
forks
source link
Beta version compilation flow
#27
Open
eser
opened
8 years ago
eser
commented
8 years ago
index.js:
read config
construct full filelist
watch (if run w/ -w parameter)
watch:
fs.watch => construct a file list (as an startParameter)
runner()
construct each opSet's fileList by globbing (names + filemdate)
read ./sey/filelist.json and compare it with fileList
execute ops on ./.sey/
write new filelist.json
index.js:
watch:
runner()