chore: use gulp instead of grunt

This commit is contained in:
hongarc 2020-03-15 03:31:53 +07:00
parent 17bce6b835
commit edfd052c4c
21 changed files with 2021 additions and 1487 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>