Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我使用less.js 来编写我的css。当我构建项目(grunt-server、grunt)时,grunt-contrib-less 插件将 less.js 样式转换为我的 main.css 文件。我只在我的 index.html 中包含这个文件。
这对于部署非常有用,但对于开发来说却不是很多。我需要构建项目或运行“grunt less”来查看我的 css 的更改。
我猜有一种更简单的方法可以做到这一点,但我是 grunt en yeoman 的新手,所以我不知道去哪里找。
我推荐使用grunt-contrib-watch和 grunt-contrib-less。