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/07/14 14:27:00 UTC

[jira] [Comment Edited] (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=17380644#comment-17380644 ] 

Christian Lenz edited comment on NETBEANS-581 at 7/14/21, 2:26 PM:
-------------------------------------------------------------------

Hardcoded arguments doesn't make sense at all. It would prefer to let the user add such arguments by their own as you can do it for maven or JS on JVM. Also my plugin Minifierbeans has those input fields. We don't need to check the help section of the CLI to parse them. That would be a cool and helpful feature but step by step.

Added screenshot from my plugin:  !minifierbeans-options.png! 

So long story short there is a need for not hardcoded stuff anymore, due to fast changes and we should try to add such inputfield with common flags and the use can change it if needed.


was (Author: chrizzly):
Hardcoded arguments doesn't make sense at all. It would prefer to let the user add such arguments by their own as you can do it for maven or JS on JVM. Also my plugin Minifierbeans has those input fields. We don't need to check the help section of the CLI to parse them. That would be a cool and helpful feature but step by step.

Added screenshot from my plugin:  !minifierbeans-options.png! 

> 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, ...)
>    Affects Versions: 12.3
>            Reporter: Bo Andersen
>            Priority: Major
>         Attachments: minifierbeans-options.png
>
>
> 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