36 lines
1019 B
Bash
36 lines
1019 B
Bash
node ./main.js compile \
|
|
--debug=true \
|
|
--source='${root}/osr/bazar/root.html' \
|
|
--root='../../ph3/products' \
|
|
--product=products/shredder/obelix \
|
|
--profile='${root}/.osrl.json' \
|
|
--output='${root}/${product}/bazar/output.html' \
|
|
--plugins='${root}/osr/plugins' \
|
|
--env='bazar' \
|
|
--format='html' \
|
|
--stdout=false \
|
|
|
|
exit;
|
|
|
|
node ./main.js compile \
|
|
--debug=true \
|
|
--source='${root}/osr/bazar/preview.osr' \
|
|
--root='../../ph3/products' \
|
|
--product=products/injection/elena \
|
|
--profile='${root}/.osrl.json' \
|
|
--output='${root}/${product}/bazar/output_preview.html' \
|
|
--env='bazar' \
|
|
--format='html' \
|
|
--stdout=false \
|
|
|
|
node ./main.js compile \
|
|
--debug=true \
|
|
--source='${root}/osr/bazar/post.osr' \
|
|
--root='../../ph3/products' \
|
|
--product=products/injection/elena \
|
|
--profile='${root}/.osrl.json' \
|
|
--output='${root}/${product}/bazar/output_final.html' \
|
|
--env='bazar' \
|
|
--format='html' \
|
|
--stdout=false \
|