6

Is it possible to compile all .scss files residing in a folder using web compiler in Visual Studio 2019? I don't want to specify each and every file. I tried something like this.

[
  {
    "outputFile": "wwwroot/assets/css/pages/",
    "inputFile": "wwwroot/assets/sass/pages/**/*.scss",
    "minify": { "enabled": true },
    "includeInProject": true,
    "options": { "sourceMap": true }
  }
]
TylerH
  • 20,799
  • 66
  • 75
  • 101
Gaurav Chavan
  • 301
  • 3
  • 6

0 Answers0