Skip to content
Snippets Groups Projects
Commit 273fda0e authored by pregmodfan's avatar pregmodfan
Browse files

compile scripts changes

parent 36ffb6b8
No related branches found
No related tags found
No related merge requests found
......@@ -6,8 +6,6 @@ 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
HASH=`git log -n1 |grep -m1 commit | sed 's/commit //'`
./devTools/tweeGo/tweego -o bin/FC_pregmod_$HASH.html src/config/start.tw
./devTools/tweeGo/tweego -o bin/FC.html src/config/start.tw
rm src/config/start.tw
\ No newline at end of file
#!/bin/bash
# Will add all *.tw files to StoryIncludes.
rm src/config/start.tw
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
HASH=`git log -n1 |grep -m1 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