ソースを参照

build gh-pages index.html

new-build-system
Jan Lehnardt 14年前
コミット
d4c459181b
1個のファイルの変更5行の追加1行の削除
  1. +5
    -1
      Makefile

+ 5
- 1
Makefile ファイルの表示

@@ -39,10 +39,14 @@ build-wrappers:
cp wrappers/mustache-$(version)/* $(version) cp wrappers/mustache-$(version)/* $(version)
# update gh-pages with release links & travis # update gh-pages with release links & travis
# TODO: add $(version)/index.html page (from template) # TODO: add $(version)/index.html page (from template)
# TODO: update index.html to point to $(vesion)
# update index.html to point to $(vesion)
cat index.html.pre > index.html
for release in `ls -p | grep '/$'`; do echo "<li><a href="${release}/">${release}</a></li>"; done >> index.html
cat index.html.post >> index.html
git add $(version) git add $(version)
git commit -m 'Release $(version)' index.html $(version) git commit -m 'Release $(version)' index.html $(version)
git clean -fdx git clean -fdx
git checkout new-build-system
# update npm # update npm
# update cdnjs # update cdnjs




読み込み中…
キャンセル
保存