From e029c0e5402e306e03acb0ccbfd5285d64aa6128 Mon Sep 17 00:00:00 2001 From: Waren Gonzaga Date: Fri, 6 Nov 2020 05:55:13 +0800 Subject: [PATCH] Update builds --- demo/assets/css/fork-corner.min.css | 2 +- fork-corner.css | 2 +- fork-corner.min.css | 2 +- fork-corner.min.min.css | 27 --------------------------- gulpfile.js | 2 +- 5 files changed, 4 insertions(+), 31 deletions(-) delete mode 100644 fork-corner.min.min.css diff --git a/demo/assets/css/fork-corner.min.css b/demo/assets/css/fork-corner.min.css index bd2a7a7..a9f35cc 100644 --- a/demo/assets/css/fork-corner.min.css +++ b/demo/assets/css/fork-corner.min.css @@ -1,7 +1,7 @@ /*! * Fork Corner - https://github.com/WarenGonzaga/fork-corner#readme * A modern and global open source fork corner label for your project's landing page. - * Version: 1.0.0-alpha.1 + * Version: 1.0.0-alpha.2 * Github: https://github.com/WarenGonzaga/fork-corner * Licensed Under The MIT License: http://opensource.org/licenses/MIT * Copyright (c) 2020 Waren Gonzaga diff --git a/fork-corner.css b/fork-corner.css index 0b7fa6e..7e9bbbf 100644 --- a/fork-corner.css +++ b/fork-corner.css @@ -1,7 +1,7 @@ /*! * Fork Corner - https://github.com/WarenGonzaga/fork-corner#readme * A modern and global open source fork corner label for your project's landing page. - * Version: 1.0.0-alpha.1 + * Version: 1.0.0-alpha.2 * Github: https://github.com/WarenGonzaga/fork-corner * Licensed Under The MIT License: http://opensource.org/licenses/MIT * Copyright (c) 2020 Waren Gonzaga diff --git a/fork-corner.min.css b/fork-corner.min.css index bd2a7a7..a9f35cc 100644 --- a/fork-corner.min.css +++ b/fork-corner.min.css @@ -1,7 +1,7 @@ /*! * Fork Corner - https://github.com/WarenGonzaga/fork-corner#readme * A modern and global open source fork corner label for your project's landing page. - * Version: 1.0.0-alpha.1 + * Version: 1.0.0-alpha.2 * Github: https://github.com/WarenGonzaga/fork-corner * Licensed Under The MIT License: http://opensource.org/licenses/MIT * Copyright (c) 2020 Waren Gonzaga diff --git a/fork-corner.min.min.css b/fork-corner.min.min.css deleted file mode 100644 index be1a9ee..0000000 --- a/fork-corner.min.min.css +++ /dev/null @@ -1,27 +0,0 @@ -/*! - * Fork Corner - https://github.com/WarenGonzaga/fork-corner#readme - * A modern and global open source fork corner label for your project's landing page. - * Version: 1.0.0-alpha.1 - * Github: https://github.com/WarenGonzaga/fork-corner - * Licensed Under The MIT License: http://opensource.org/licenses/MIT - * Copyright (c) 2020 Waren Gonzaga - * - * Facebook: @warengonzagaofficial - * Twitter: @warengonzaga - * Github: @warengonzaga - * Website: warengonzaga.com - */ - -/*! - * Fork Corner - https://github.com/WarenGonzaga/fork-corner#readme - * A modern and global open source fork corner label for your project's landing page. - * Version: 1.0.0-alpha.1 - * Github: https://github.com/WarenGonzaga/fork-corner - * Licensed Under The MIT License: http://opensource.org/licenses/MIT - * Copyright (c) 2020 Waren Gonzaga - * - * Facebook: @warengonzagaofficial - * Twitter: @warengonzaga - * Github: @warengonzaga - * Website: warengonzaga.com - */ diff --git a/gulpfile.js b/gulpfile.js index dd8a92e..fbca1eb 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -98,6 +98,6 @@ function demo() { } // gulp process -exports.default = series(lintCSS, compile, minify, copyright, demo); +exports.default = series(lintCSS, cleanBuild, compile, minify, copyright, demo); exports.dev = devBuild; exports.clean = cleanBuild;