Uploaded image for project: 'NetBeans'
  1. NetBeans
  2. NETBEANS-5419

dart-sass --stop-on-error support

    XMLWordPrintableJSON

Details

    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.

      Attachments

        Activity

          People

            Unassigned Unassigned
            sKopheK Libor
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated: