Skip to content

Commit

Permalink
Update builds
Browse files Browse the repository at this point in the history
  • Loading branch information
Waren Gonzaga committed Nov 5, 2020
1 parent d449df0 commit e029c0e
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 31 deletions.
2 changes: 1 addition & 1 deletion demo/assets/css/fork-corner.min.css
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion fork-corner.css
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion fork-corner.min.css
Original file line number Diff line number Diff line change
@@ -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
Expand Down
27 changes: 0 additions & 27 deletions fork-corner.min.min.css

This file was deleted.

2 changes: 1 addition & 1 deletion gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -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;

0 comments on commit e029c0e

Please sign in to comment.