Skip to content

Commit

Permalink
Remove ignored items
Browse files Browse the repository at this point in the history
  • Loading branch information
qinezh committed Aug 2, 2016
1 parent d1d8dd0 commit 7790b73
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 1,791 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,4 @@ project.lock.json
src/docfx/Template/*.zip
src/docfx.website.themes/default/styles/docfx.vendor.css
src/docfx.website.themes/default/styles/docfx.vendor.js
src/docfx.website.themes/default/styles/fonts/
src/docfx.website.themes/default/fonts/
8 changes: 8 additions & 0 deletions UpdateTemplate.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ SET TemplateHome=%~dp0src\docfx.website.themes\
SET DefaultTemplate=%TemplateHome%default

CALL npm install -g gulp
CALL npm install -g bower

:: Check if gulp install successfully
WHERE gulp >NUL
Expand All @@ -23,6 +24,13 @@ IF NOT '%ERRORLEVEL%'=='0' (
GOTO :Exit
)

:: Check if bower install successfully
WHERE bower >NUL
IF NOT '%ERRORLEVEL%'=='0' (
ECHO ERROR: UpdateTemplate.cmd requires bower installed globally.
GOTO :Exit
)

CD %DefaultTemplate%
CALL npm install
CALL bower install
Expand Down
Binary file not shown.

This file was deleted.

Binary file not shown.
Binary file not shown.
Binary file not shown.
1,464 changes: 0 additions & 1,464 deletions src/docfx.website.themes/default/styles/docfx.vendor.css

This file was deleted.

38 changes: 0 additions & 38 deletions src/docfx.website.themes/default/styles/docfx.vendor.js

This file was deleted.

0 comments on commit 7790b73

Please sign in to comment.