How to compile Twitter Bootstrap 3.0 LESS using Asp.net MVC 5 and Web Essentials 2013

前端 未结 2 945
遥遥无期
遥遥无期 2020-12-13 20:41

I\'ve set up Visual Studio 2013 RC and Web Essentials 2013. I\'m trying to create an Azure Cloud Service and a Web Role using ASP.N

2条回答
  •  情歌与酒
    2020-12-13 21:04

    Is possible to use 'lessc' command with same approach sample:

       lessc "$(ProjectDir)Content\bootstrap\bootstrap.less"  "$(ProjectDir)Content\bootstrap-compiled.css"
    

提交回复
热议问题