You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by "Christian Lenz (Jira)" <ji...@apache.org> on 2021/01/20 16:45:00 UTC

[jira] [Commented] (NETBEANS-581) Could not find an option named "cache-location".

    [ https://issues.apache.org/jira/browse/NETBEANS-581?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17268688#comment-17268688 ] 

Christian Lenz commented on NETBEANS-581:
-----------------------------------------

I think it would be a good alternative to not hardcode such arguments as others also doesn't do that. Problem is always compatibilty, obsolated APIs/Arguments, etc. So I would prefer to rewrite the code and make the params optional as a field. You can see, how this could look like in my plugin minifierbeans: https://github.com/Chris2011/minifierbeans https://ibb.co/kDb2VcS. Make a textfield and if we have some default settings, add them to the field and the rest let the user decide.

> Could not find an option named "cache-location".
> ------------------------------------------------
>
>                 Key: NETBEANS-581
>                 URL: https://issues.apache.org/jira/browse/NETBEANS-581
>             Project: NetBeans
>          Issue Type: Bug
>          Components: web - CSS Preprocessors (SASS, LESS, ...)
>            Reporter: Bo Andersen
>            Priority: Minor
>
> When using the internal sass configuration, it calls the sass compiler with the --cache-location command. It seems that this is not part of the current sass compiler anymore.
>  
> Sass error:
> Could not find an option named "cache-location".
>  
> I am using this release of sass compiler: https://github.com/sass/dart-sass/releases/tag/1.1.1



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@netbeans.apache.org
For additional commands, e-mail: commits-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists