Skip to content

Commit

Permalink
robo8x [chore] 9/16/2018, 3:20:36 PM
Browse files Browse the repository at this point in the history
  • Loading branch information
p3x-robot committed Sep 16, 2018
1 parent 6f918f8 commit d00b4d1
Show file tree
Hide file tree
Showing 7 changed files with 20 additions and 20 deletions.
2 changes: 1 addition & 1 deletion INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ UrlToolkit {

---

[**P3X-GITLIST**](https://pages.corifeus.com/gitlist) Build v2018.9.5-1
[**P3X-GITLIST**](https://pages.corifeus.com/gitlist) Build v2018.9.16-2

[![Like Corifeus @ Facebook](https://img.shields.io/badge/LIKE-Corifeus-3b5998.svg)](https://www.facebook.com/corifeus.software) [![Donate for Corifeus / P3X](https://img.shields.io/badge/Donate-Corifeus-003087.svg)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=QZVM4V6HVZJW6) [![Contact Corifeus / P3X](https://img.shields.io/badge/Contact-P3X-ff9900.svg)](https://www.patrikx3.com/en/front/contact)

Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@



# 🤖 P3X Gitlist v2018.9.5-1
# 🤖 P3X Gitlist v2018.9.16-2

This is an open-source project. Star this repository, if you like it, or even donate! Thank you so much! :)

Expand All @@ -19,12 +19,12 @@ All my domains (patrikx3.com and corifeus.com) could have errors, since I am dev

### Node Version Requirement
```
>=10.9.0
>=8.11.4
```

### Built on Node
```
v10.9.0
v10.10.0
```

The ```async``` and ```await``` keywords are required.
Expand Down Expand Up @@ -182,7 +182,7 @@ npm run watch

---

[**P3X-GITLIST**](https://pages.corifeus.com/gitlist) Build v2018.9.5-1
[**P3X-GITLIST**](https://pages.corifeus.com/gitlist) Build v2018.9.16-2

[![Like Corifeus @ Facebook](https://img.shields.io/badge/LIKE-Corifeus-3b5998.svg)](https://www.facebook.com/corifeus.software) [![Donate for Corifeus / P3X](https://img.shields.io/badge/Donate-Corifeus-003087.svg)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=QZVM4V6HVZJW6) [![Contact Corifeus / P3X](https://img.shields.io/badge/Contact-P3X-ff9900.svg)](https://www.patrikx3.com/en/front/contact)

Expand Down
2 changes: 1 addition & 1 deletion artifacts/php-7.2-ubuntu.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ sudo apt upgrade -y

---

[**P3X-GITLIST**](https://pages.corifeus.com/gitlist) Build v2018.9.5-1
[**P3X-GITLIST**](https://pages.corifeus.com/gitlist) Build v2018.9.16-2

[![Like Corifeus @ Facebook](https://img.shields.io/badge/LIKE-Corifeus-3b5998.svg)](https://www.facebook.com/corifeus.software) [![Donate for Corifeus / P3X](https://img.shields.io/badge/Donate-Corifeus-003087.svg)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=QZVM4V6HVZJW6) [![Contact Corifeus / P3X](https://img.shields.io/badge/Contact-P3X-ff9900.svg)](https://www.patrikx3.com/en/front/contact)

Expand Down
2 changes: 1 addition & 1 deletion changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ require('codemirror/mode/yaml/yaml');

---

[**P3X-GITLIST**](https://pages.corifeus.com/gitlist) Build v2018.9.5-1
[**P3X-GITLIST**](https://pages.corifeus.com/gitlist) Build v2018.9.16-2

[![Like Corifeus @ Facebook](https://img.shields.io/badge/LIKE-Corifeus-3b5998.svg)](https://www.facebook.com/corifeus.software) [![Donate for Corifeus / P3X](https://img.shields.io/badge/Donate-Corifeus-003087.svg)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=QZVM4V6HVZJW6) [![Contact Corifeus / P3X](https://img.shields.io/badge/Contact-P3X-ff9900.svg)](https://www.patrikx3.com/en/front/contact)

Expand Down
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "p3x-gitlist",
"version": "2018.9.5-2",
"version": "2018.9.16-3",
"corifeus": {
"prod-dir": "prod",
"postfix": "b2c12b19179d52db3488baed66a493c18ff1737f3dcfa5604783b86c7672078a",
Expand All @@ -11,7 +11,7 @@
"cdn": true,
"icon": "fas fa-code",
"code": "Spawn",
"nodejs": "v10.9.0",
"nodejs": "v10.10.0",
"reponame": "gitlist",
"build": true
},
Expand All @@ -29,8 +29,8 @@
"devDependencies": {
"bootswatch": "^3.3.7",
"concurrently": "^4.0.1",
"corifeus-builder": "^2018.9.5-2",
"corifeus-utils": "^2018.9.5-2",
"corifeus-builder": "^2018.9.16-3",
"corifeus-utils": "^2018.9.16-3",
"css-loader": "^1.0.0",
"extract-text-webpack-plugin": "^4.0.0-beta.0",
"file-loader": "^2.0.0",
Expand All @@ -45,13 +45,13 @@
"optimize-css-assets-webpack-plugin": "^5.0.1",
"postcss-safe-parser": "^4.0.1",
"style-loader": "^0.23.0",
"uglifyjs-webpack-plugin": "^1.3.0",
"terser-webpack-plugin": "^1.1.0",
"url-loader": "^1.1.1",
"webpack": "^4.17.2",
"webpack": "^4.19.0",
"webpack-cli": "^3.1.0"
},
"engines": {
"node": ">=10.9.0"
"node": ">=8.11.4"
},
"homepage": "https://pages.corifeus.com/gitlist",
"dependencies": {
Expand All @@ -64,7 +64,7 @@
"js-cookie": "^2.2.0",
"js-htmlencode": "^0.3.0",
"list.js": "^1.5.0",
"lodash": "^4.17.10",
"lodash": "^4.17.11",
"marked": "^0.5.0",
"moment": "^2.22.2",
"php-date": "^2.1.1",
Expand Down
2 changes: 1 addition & 1 deletion todo.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@

---

[**P3X-GITLIST**](https://pages.corifeus.com/gitlist) Build v2018.9.5-1
[**P3X-GITLIST**](https://pages.corifeus.com/gitlist) Build v2018.9.16-2

[![Like Corifeus @ Facebook](https://img.shields.io/badge/LIKE-Corifeus-3b5998.svg)](https://www.facebook.com/corifeus.software) [![Donate for Corifeus / P3X](https://img.shields.io/badge/Donate-Corifeus-003087.svg)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=QZVM4V6HVZJW6) [![Contact Corifeus / P3X](https://img.shields.io/badge/Contact-P3X-ff9900.svg)](https://www.patrikx3.com/en/front/contact)

Expand Down
8 changes: 4 additions & 4 deletions webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ const utils = require('corifeus-utils')

const ExtractTextPlugin = require('extract-text-webpack-plugin');
const HtmlWebpackPlugin = require('html-webpack-plugin');
const UglifyJsPlugin = require('uglifyjs-webpack-plugin')
const TerserPlugin = require('terser-webpack-plugin')
const WebpackOnBuildPlugin = require('on-build-webpack');

const fileAsset = `[name].[hash].[ext]`;
Expand Down Expand Up @@ -78,14 +78,14 @@ if (minimize) {
const bannerText = require('corifeus-builder').utils.license();

minimizer = [
new UglifyJsPlugin({
new TerserPlugin({
sourceMap: true,
parallel: true,
cache: true,
extractComments: {
condition: /^\**!|@preserve|@license|@cc_on/,

file: function (fileName) {
filename: function (fileName) {
return `${fileName}.LICENSE.txt`;
},
banner: function (webpackBanner) {
Expand All @@ -95,7 +95,7 @@ For more information about all licenses, please see ${webpackBanner}
`;
}
},
uglifyOptions: {
terserOptions: {
compress: {
warnings: false
},
Expand Down

0 comments on commit d00b4d1

Please sign in to comment.