Skip to content

Enable/disable granule compression #5

@digaobarbosa

Description

@digaobarbosa

I want to add a feature on granule, and I don't know if it already exists.
My idea is to use a method="none" in which the granule tag only adds the basepath scripts and links.
My idea with this feature is to provide a easy way to debug/analyze problems in any environment by always using granule by this way:

<granule:compress method="${param.granuleIgnore?'none' : 'closure-compiler'}">
    <script ...
  <granule:compress/>

So I can add a ?granuleIgnore=true on the request and see the same files I have on code.

Any feature like this, or can I start working on it?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions