0 Replies Latest reply on Nov 5, 2011 8:38 PM by slite

    Can't get Compressed/Packed Resources working

    slite

      Hi there,

       

      Updated to 4.1M3 today and tried enabling packed resources.

       

      My web.xml is looking as follows:

       

          <context-param>

              <param-name>javax.faces.PROJECT_STAGE</param-name>

              <param-value>Production</param-value>

          </context-param>

          <context-param>

              <param-name>org.richfaces.staticResourceCompressedPhases</param-name>

              <param-value>Production</param-value>

          </context-param>   

          <context-param>

              <param-name>org.richfaces.staticResourcePackedPhases</param-name>

              <param-value>Production</param-value>

          </context-param>   

       

      But im still receiving a lot of single .js files for every richfaces component i use on a view. All of them uncompressed. Same with css (ecss thought) but single files for every component.

       

      Can you point me to any direction? I'm not really sure what i'm doing wrong.