You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by "Libor (Jira)" <ji...@apache.org> on 2021/03/06 12:34:00 UTC

[jira] [Updated] (NETBEANS-5419) dart-sass --stop-on-error support

     [ https://issues.apache.org/jira/browse/NETBEANS-5419?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Libor updated NETBEANS-5419:
----------------------------
    Description: 
Hello,

I maintain a large project with hundreds of SCSS files and it's a small hell when I change some dependency and some tens of files have to recompile as it takes even a minute which might break your flow. And as it's an old project as well, refactoring is needed time to time, which can throw many compilation errors.

Obviously, this is not a problem with NetBeans itself, but as it does run sass executable for every file it detects change for (Compile Sass Files on Save turned on), especially when there's an error, it does not break after the first error occurence as it does when running sass executable manually for, say, a folder with `--stop-on-error` command line argument.

Do you think it would be possible to add an option to stop compilation execution when error occures instead of going on with the rest of changed files?

 

EDIT:

Furthermore,  output done by dart-sass executable is way more readable, not clumped by same repetitive commands.

  was:
Hello,

I maintain a large project with hundreds of SCSS files and it's a small hell when I change some dependency and some tens of files have to recompile as it takes even a minute which might break your flow. And as it's an old project as well, refactoring is needed time to time, which can throw many compilation errors.

Obviously, this is not a problem with NetBeans itself, but as it does run sass executable for every file it detects change for (Compile Sass Files on Save turned on), especially when there's an error, it does not break after the first error occurence as it does when running sass executable manually for, say, a folder with `--stop-on-error` command line argument.

Do you think it would be possible to add an option to stop compilation execution when error occures instead of going on with the rest of changed files?

 


> dart-sass --stop-on-error support
> ---------------------------------
>
>                 Key: NETBEANS-5419
>                 URL: https://issues.apache.org/jira/browse/NETBEANS-5419
>             Project: NetBeans
>          Issue Type: Improvement
>          Components: web - CSS Preprocessors (SASS, LESS, ...)
>    Affects Versions: 12.0
>            Reporter: Libor
>            Priority: Minor
>              Labels: sass
>
> Hello,
> I maintain a large project with hundreds of SCSS files and it's a small hell when I change some dependency and some tens of files have to recompile as it takes even a minute which might break your flow. And as it's an old project as well, refactoring is needed time to time, which can throw many compilation errors.
> Obviously, this is not a problem with NetBeans itself, but as it does run sass executable for every file it detects change for (Compile Sass Files on Save turned on), especially when there's an error, it does not break after the first error occurence as it does when running sass executable manually for, say, a folder with `--stop-on-error` command line argument.
> Do you think it would be possible to add an option to stop compilation execution when error occures instead of going on with the rest of changed files?
>  
> EDIT:
> Furthermore,  output done by dart-sass executable is way more readable, not clumped by same repetitive commands.



--
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