pas2js/demo/css
Michaël Van Canneyt c57347f75c * Sources to demo
2022-04-11 13:59:44 +02:00
..
bootstrap.min.css * CSS demo 2022-04-11 13:59:44 +02:00
cssdemo.lpr * CSS demo 2022-04-11 13:59:44 +02:00
index.html * Sources to demo 2022-04-11 13:59:44 +02:00
main.pas * CSS demo 2022-04-11 13:59:44 +02:00
README.md * README added with explaination about server-side 2022-04-11 13:59:44 +02:00
style.css * CSS demo 2022-04-11 13:59:44 +02:00

CSS Minify/extract Class names demo.

This project needs an example from FPC; it needs a server application that does the actual minifying.

The CGI (http server) application is located in packages/fcl-css/examples/fpcss.pp

The program here expects it to be available as fpcss.cgi. You must change the createurl function in this demo if you decide to place it elsewhere.