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
// within your grunt file register a task to set the prompt | |
module.exports = function (grunt) { | |
// ... | |
grunt.registerTask('set-prompt', function () { | |
console.log('\u001b]0;grunt ' + process.argv.slice(2).join(' ') + '\u0007'); | |
}); |
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
--- web_src/fomantic/build/components/dropdown.js 1985-10-26 09:15:00.000000000 +0100 | |
+++ web_src/js/vendor/dropdown.js 2021-07-29 21:53:25.769541139 +0100 | |
@@ -8,6 +8,13 @@ | |
* | |
*/ | |
+/* | |
+ * Copyright 2019 The Gitea Authors | |
+ * Released under the MIT license | |
+ * http://opensource.org/licenses/MIT |