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

Christian Lenz edited comment on NETBEANS-581 at 1/20/21, 4:44 PM:
-------------------------------------------------------------------

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): IMAGE 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.


was (Author: chrizzly):
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-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

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

Reply via email to