• Resolved hz_i3

    (@hz_i3)


    I can see which part of the minified js is from which js file.

    Is there a way to add source map for the minified CSS?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Raul P.

    (@alignak)

    Unfortunately no. Minification means we remove everything that can be removed.
    But you can see the status page for a list of what is being merged.

    Thread Starter hz_i3

    (@hz_i3)

    Is it easy to add comments in the minified css file like we have in the minified js file?

    Plugin Author Raul P.

    (@alignak)

    If you have control over the original files, you can edit them and add an important comment on top /*! something */ then it will be merged and not striped out.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘CSS Source Map’ is closed to new replies.