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:17:00 UTC

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

Libor created NETBEANS-5419:
-------------------------------

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


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?

 



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