squishy

changeset 9
875ff34ab96c
parent 8
f62f83d9dc43
child 14
ea4d95329ceb
equal deleted inserted replaced
8:f62f83d9dc43 9:875ff34ab96c
24 if opts.with_uglify then 24 if opts.with_uglify then
25 Module "llex" "uglify/llex.lua" 25 Module "llex" "uglify/llex.lua"
26 26
27 Main "uglify/squish.uglify.lua" 27 Main "uglify/squish.uglify.lua"
28 end 28 end
29
30 -- Compile output files to Lua bytecode
31 if opts.with_compile then
32 Main "compile/squish.compile.lua"
33 end

mercurial