You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+12Lines changed: 12 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,18 @@
2
2
3
3
Below is a detailed change-log, along with specific tasks completed, for each version released to date for Apache Error Pages.
4
4
5
+
## Version 2.0.1 (15/05/2018)
6
+
7
+
-[#new](#new)
8
+
- Moved `/assets/` and `/webfonts/` to new `/src/static/` folder for better organisation.
9
+
-[#enhancement](#enhancement)
10
+
- Created proper functions for all the minfy scripts:
11
+
-`src/scripts/minify`
12
+
-`src/scripts/minify_iis`
13
+
-`src/scripts/minify_nginx`
14
+
-`src/scripts/minify_other`
15
+
- Changed `src/scripts/minify` script to now copy everything in the `/src/static/` folder so that it acts like the other scripts when installing the assets and fonts.
Copy file name to clipboardExpand all lines: README.md
+9-11Lines changed: 9 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
-
# Apache Error Pages Replacement
1
+
# Apache, Nginx and IIS HTTP Error Pages Replacement
2
2
3
-
These ApacheError Pages project is a drop-in replacement of beautifully designed, user-friendly Apache 2error pages. If you're tired of having _boring_ Apache error pages displayed to users then these might just be the solution for you.
3
+
The Apache, Nginx and IIS Error Pages project is a drop-in replacement of beautifully designed, user-friendly Apache 2, Nginx and IIS error pages. If you're tired of having _boring_ error pages displayed to users then these might just be the solution for you.
4
4
5
5
As of Version 2.0.0 there is now additional support for Nginx, Microsoft IIS and other webservers. Installation instructions are similar to Apache 2 and more details are contained below.
6
6
@@ -427,16 +427,17 @@ The ../dist/apache folder has been reset.
427
427
510.html minified
428
428
511.html minified
429
429
All the CSS files have now been minified.
430
+
Copying the assets and fonts...
430
431
Minification Complete!
431
432
```
432
433
433
434
There are no options for running this script. Executing this command will:
434
435
435
-
* Delete the `/dist/apache/css/` folder.
436
-
* Delete all the error pages with `rm -f ../dist/apache/*.html`.
436
+
* Delete the contents in the `/dist/apache/` folder.
437
437
* Recreate the `/dist/apache/css/` folder.
438
-
* Minify the HTML for all files in the `/src/` directory.
438
+
* Minify the HTML for all files in the `/src/apache/` directory.
439
439
* Minify the CSS for all the files in `/src/css/` directory.
440
+
* Copy unminified assets and fonts in `/src/static/` directory.
440
441
* Output the HTML and CSS to the `/dist/apache/` folder.
441
442
442
443
#### Additional scripts
@@ -458,8 +459,7 @@ The ../dist/nginx folder has been reset.
458
459
497.html minified
459
460
499.html minified
460
461
All the CSS files have now been minified.
461
-
Copying the /assets/ folder across...
462
-
Copying the /webfonts/ folder across...
462
+
Copying the assets and fonts...
463
463
Minification Complete!
464
464
```
465
465
@@ -477,8 +477,7 @@ The ../dist/ms-iis folder has been reset.
477
477
449.html minified
478
478
451.html minified
479
479
All the CSS files have now been minified.
480
-
Copying the /assets/ folder across...
481
-
Copying the /webfonts/ folder across...
480
+
Copying the assets and fonts...
482
481
Minification Complete!
483
482
```
484
483
@@ -500,8 +499,7 @@ The ../dist/other folder has been reset.
0 commit comments