Browse Source

для деплоя

kpmy 10 years ago
parent
commit
563bb5b165
2 changed files with 3 additions and 0 deletions
  1. 1 0
      .gitignore
  2. 2 0
      deploy.bat

+ 1 - 0
.gitignore

@@ -1,6 +1,7 @@
 # Don’t commit the following directories created by pub.
 build/
 packages/
+gh-pages
 .buildlog
 .pub
 

+ 2 - 0
deploy.bat

@@ -0,0 +1,2 @@
+@echo off 
+xcopy build\web\* gh-pages /E /Y