• Welcome to the Chevereto user community!

    Here users from all over the world gather around to learn the latest about Chevereto and contribute with ideas to improve the software.

    Please keep in mind:

    • This community is user driven. Be polite with other users.
    • We recommend purchasing a Chevereto license to participate in this community.
    • Purchase a Community Subscription to get even faster ticket response times.

What is style.min.css and uploadify.min.css for ?

Like the title says, what are style.min.css and uploadify.min.css files for ?
I mean there is already a version of those files named style.css and uploadify.css.
 
Those are minified versions (compressed) that are generated when you set the minify mode "true" in config. When this files are missing the script will attempt to generate them from the non .min files.
 
Nothing, is just in case you want to serve compressed js and css files.
 
Back
Top