Source code
CERNY.apps.MergeCss
Merge a CSS file. Scan the file for import directives and include the content of the imported file instead of the directive. But only if the imported file does not contain any URLs.
Used by
Functions
main
Runs the application. The argument array needs two strings: 0 - the filename of the CSS file to merge 1 - the filename of the merged CSS file
args (Array)
:
an array of two strings
History
2007-11-17
:
Created.

