From 47d67abf212f5e10d7ad121b7cec7449c710c94b Mon Sep 17 00:00:00 2001 From: Cleydyr Bezerra de Albuquerque Date: Sun, 29 Dec 2024 15:23:52 +0100 Subject: [PATCH] docs: update README.md Fix typo, update plugin and dart sass versions --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index dbb55ee..9342a4a 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,11 @@ A Maven plugin that allows to compile SASS using Dart Sass io.github.cleydyr dart-sass-maven-plugin - 1.3.1 + 1.5.0 + + + 1.83.0 + generate-css-using-sass @@ -67,7 +71,7 @@ Dart Sass Maven Plugin will determine the latest Dart Sass version available on ## Offline operation -This plugin included all released archives for a given Dart Sass version in previous versions. However, starting from version 1.0.0, this plugin will download the latest release of Dart Sass if it's not found in the temporary folder or in the cached files' directory. Should this plugin be used in an air-capped environment, you _must_ provide a release archive inside the cached files directory and at least pin the Dart Sass' release version with the `` parameter. The release archive _must_ be a file named `release` on the subpath ``/``/``/ inside the cached files' directory. +This plugin included all released archives for a given Dart Sass version in previous versions. However, starting from version 1.0.0, this plugin will download the latest release of Dart Sass if it's not found in the temporary folder or in the cached files' directory. Should this plugin be used in an air-gapped environment, you _must_ provide a release archive inside the cached files directory and at least pin the Dart Sass' release version with the `` parameter. The release archive _must_ be a file named `release` on the subpath ``/``/``/ inside the cached files' directory. ## Proxy connections