-
```
In current dev version v1.4.7-SNAPSHOT
with standard wro4j.properties
managerFactoryClassName=ro.isdc.wro.manager.factory.ConfigurableWroManagerFactor
y
preProcessors=cssUrlRewriting,cssImport,se…
-
```
What steps will reproduce the problem?
1. Run Wro4jCommandLineRunner with no wro.properties, e.g. from Ant build.xml
(see below).
2. Wro4jCommandLineRunner warns: C:\Pole\trunk\apps\poleui\wro.pr…
-
```
When using CssVariablesProcessor to define url's:
@variables {
imgDir: resources/global/img/default/;
}
The CssUrlRewriting will not apply changes for these because
CssVariablesProcessor i…
-
```
It seems the caching is enabled in DEVELOPMENT mode. It shouldn't be according
to wiki.
I use 1.3.0-rc1 and following configuration:
WebResourceOptimizer
ro.isdc.wro.http.WroFilter
…
-
```
I've been using v1.4.8.1 and now tried v1.6.2.
And noticed cssImport misbehaves now.
I have the following setup:
preProcessors=cssVariables,cssUrlRewriting,cssImport,cssMinJawr,semicolonAppende
…
-
```
What steps will reproduce the problem?
1 - wro.properties :
encoding=ISO-8859-1
preProcessors=cssUrlRewriting,cssImport,semicolonAppender,googleClosureSimple,cs
sMinJawr
postProcessors=cssVaria…
-
```
When using CssVariablesProcessor to define url's:
@variables {
imgDir: resources/global/img/default/;
}
The CssUrlRewriting will not apply changes for these because
CssVariablesProcessor i…
-
```
What steps will reproduce the problem?
1. setup wro4j-common & wro4j-extensions dependencies in pom.xml
2. verify that the .jar files exist in WEB-INF/lib
3. try to use the lessCss processor (or a…
-
I don't understand how to setup it with web pack so variable could be imported from custom.js file. Could you please help me?
```
var vars = require('postcss-simple-vars');
var au…
-
```
I'm working on a project where we use wro4j, and recently we tried to upgrade
from 1.3.6 to 1.3.8, but ran into some character encoding problems. Our project
uses the YUI3 JS library, and one of…