Monday 26 November 2018

How to put all css files in one file and all javascript files in one file

When I want to include any new CSS file or any new JS file, I put it in the header as this



























I want something like





include all css
include all js

No comments:

Post a Comment

php - file_get_contents shows unexpected output while reading a file

I want to output an inline jpg image as a base64 encoded string, however when I do this : $contents = file_get_contents($filename); print &q...