You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-2Lines changed: 6 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -252,8 +252,11 @@ Replace `x.y.z` with the version you want to use.
252
252
Configuration items are:
253
253
254
254
* `File` **sourceDirectory**
255
-
The directory where the CSS files reside. It must be an existing directory.
255
+
The directory where the sourceCSS files reside. It must be an existing directory.
256
256
Defaults to `${basedir}/src/main/resources`
257
+
* `File` **targetDirectory**
258
+
The directory where the taget CSS files reside. If the directory is not existig, it is created.
259
+
Defaults to the source directory
257
260
* `boolean` **recursive**
258
261
Should all directories be scanned recursively for CSS files to compress?
259
262
Defaults to `true`
@@ -313,9 +316,10 @@ Configuration items are:
313
316
314
317
* v7.0.4 - work in progress
315
318
* Added additional media query features. See [#104}(https://github.com/phax/ph-css/pull/104) - thx @nhubbard
316
-
* Added new setting `CSSReaderSettings.setKeepDeprecatedProperties(boolean)` to customize if they should be read or discarded. See [#107}(https://github.com/phax/ph-css/issues/107) - thx @hrozhkov1
319
+
* Added new setting `CSSReaderSettings.setKeepDeprecatedProperties(boolean)` to customize if they should be read or discarded. See [#107](https://github.com/phax/ph-css/issues/107) - thx @hrozhkov1
317
320
* Added the property `keepDeprecatedProperties` to the Maven plugin
318
321
* Changed the default reading charset of the Maven plugin from `UTF-8` to `ISO-8859-1` to comply to the API based reading
322
+
* Added the `targetDirectory` property to the Maven plugin. See [#106](https://github.com/phax/ph-css/issues/106) - thx @isochronous
319
323
* v7.0.3 - 2024-09-23
320
324
* Added support for the `:is`, `:has` and `:where` pseudo functions, fixing [#88](https://github.com/phax/ph-css/issues/88) (thx @brbog), [#97](https://github.com/phax/ph-css/issues/97) (thx @nafg) and [#101](https://github.com/phax/ph-css/issues/101) (thx @subbudvk)
0 commit comments