Skip to content
Snippets Groups Projects
Commit 3e0bcb94 authored by pregmodfan's avatar pregmodfan
Browse files

compile script produce html files names with actual commit hashas part of it

parent 7cc07bbe
No related branches found
No related tags found
3 merge requests!843Delete Please.,!833Pregmod master,!758Pregmod master
......@@ -6,6 +6,8 @@ cp src/config/start.tw.proto start.tw.tmp
find src -name '*.tw' -print >>start.tw.tmp
mv start.tw.tmp src/config/start.tw
./devTools/tweeGo/tweego -o bin/FC.html src/config/start.tw
HASH=`git log -n1 |grep commit | sed 's/commit //'`
./devTools/tweeGo/tweego -o bin/FC_pregmod_$HASH.html src/config/start.tw
rm src/config/start.tw
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment