forked from xdy/twodsix-foundryvtt
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Fixed differences between versions
- Loading branch information
Showing
13 changed files
with
224 additions
and
127 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
D: | ||
cd\GitHub\twodsix-foundryvtt | ||
call npm install | ||
call npm run build:dev | ||
pause |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
D: | ||
cd\GitHub\twodsix-foundryvtt | ||
|
||
git fetch upstream | ||
pause | ||
git checkout master | ||
pause | ||
git rebase upstream/master | ||
pause | ||
git push origin master --force | ||
pause |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
|
||
cd\GitHub\twodsix-foundryvtt | ||
git checkout -b UltraKevs_Bundle_of_Sticks | ||
git push --set-upstream origin UltraKevs_Bundle_of_Sticks | ||
pause |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
git checkout master | ||
call 1-Update.bat | ||
git checkout UltraKevs_Bundle_of_Sticks | ||
git rebase upstream/master | ||
pause |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,23 +1,4 @@ | ||
<div class="tab info" data-group="primary" data-tab="info"> | ||
<div class="grid-container"> | ||
<div class="contacts"> | ||
contacts: | ||
{{{editor content=data.contacts target="data.contacts" button=true owner=owner editable=editable}}} | ||
|
||
</div> | ||
<div class="allies"> | ||
allies: | ||
{{{editor content=data.allies target="data.allies" button=true owner=owner editable=editable}}} | ||
|
||
</div> | ||
<div class="enemies"> | ||
enemies: | ||
{{{editor content=data.enemies target="data.enemies" button=true owner=owner editable=editable}}} | ||
|
||
</div> | ||
<div class="description"> | ||
Description: | ||
{{{editor content=data.description target="data.description" button=true owner=owner editable=editable}}} | ||
</div> | ||
</div> | ||
{{!-- Biography Tab --}} | ||
<div class="tab biography" data-group="primary" data-tab="description"> | ||
{{editor content=data.biography target="data.biography" button=true owner=owner editable=editable}} | ||
</div> |
Oops, something went wrong.