Merge pull request #657 from Hongarc/gulp

chore: use `gulp` instead of `grunt`
This commit is contained in:
Peter Cottle 2020-03-29 15:55:32 -07:00 committed by GitHub
commit 57caf3dc09
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
23 changed files with 2046 additions and 1493 deletions

View file

@ -138,8 +138,8 @@ HeadlessGit.prototype.sendCommand = function(value, entireCommandPromise) {
console.log('!!!!!!!!!!!!!!!!!!!!!!');
});
deferred.resolve();
return chain;
};
exports.HeadlessGit = HeadlessGit;
exports.getTreeQuick = getTreeQuick;

View file

@ -732,7 +732,7 @@ exports.level = {
}
]
},
"ko": {
"ko": {
"childViews": [
{
"type": "ModalAlert",

View file

@ -665,7 +665,7 @@ exports.level = {
}
]
},
"ko": {
"ko": {
"childViews": [
{
"type": "ModalAlert",

View file

@ -14,7 +14,7 @@ exports.level = {
"de_DE": "Den Kopf abtrennen",
"ja" : "HEADの分離",
"ru_RU": "Теряем голову, или detached HEAD",
"ko" : "HEAD 분리하기",
"ko" : "HEAD 분리하기",
"uk": "Втрачаємо голову чи detached HEAD",
'vi': "Tháo đầu cái nào"
},
@ -889,7 +889,7 @@ exports.level = {
}
]
},
"ko": {
"ko": {
"childViews": [
{
"type": "ModalAlert",

View file

@ -754,7 +754,7 @@ exports.level = {
}
]
},
"ko": {
"ko": {
"childViews": [
{
"type": "ModalAlert",

View file

@ -860,7 +860,7 @@ exports.level = {
}
]
},
"ko": {
"ko": {
"childViews": [
{
"type": "ModalAlert",

View file

@ -779,7 +779,7 @@ exports.level = {
}
]
},
"ko": {
"ko": {
"childViews": [
{
"type": "ModalAlert",

View file

@ -125,7 +125,7 @@ body,
-webkit-box-align: center;
-moz-box-align: center;
-ms-flex-align: center;
justify-content : center;
justify-content: center;
}
.startAlign {

View file

@ -69,12 +69,12 @@
<p class="command"></p>
</div>
<textarea
autocomplete="off"
autocorrect="off"
autocapitalize="off"
spellcheck="false"
id="commandTextField">
</textarea>
autocomplete="off"
autocorrect="off"
autocapitalize="off"
spellcheck="false"
id="commandTextField">
</textarea>
</div>
</div>