Skip to content

strip comments from compiled CSS #12

@wkeese

Description

@wkeese

Should probably compress, or at least strip comments, from the compiled CSS files.
For example, https://github.com/dojo/themes/blob/master/flat/dijit/Calendar.css got compiled with a lot of comments.

Alternately you could probably just use C++ style comments:

// comment

rather than C style comments:

/*
 * comment
 */

and then the stylus compiler would strip them.

I suppose it doesn't matter if people do a build, since that will concatenate and minify CSS files, but maybe not everyone will do that.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions