How to compile less/sass files in Visual Studio 2017

前端 未结 5 1809
野性不改
野性不改 2020-12-23 15:54

In VS <= 2015 we can use WebEssentials extension that takes care for compiling the less/sass files for us, but currently it does not support VS 2017. Are you aware of sim

5条回答
  •  情歌与酒
    2020-12-23 16:26

    WebEssentials is being split up into multiple extensions. I believe the functionality you want is now in the Web Compiler extension.

    If you want to do it without extensions, you could use a task runner like Gulp. See here for a walkthrough of how to integrate Gulp tasks into VS.

提交回复
热议问题