如何在 NetBeans 中保存时运行 bash 脚本?
我正在使用 NetBeans 6.5,每当我保存 LessCSS 文件时,我都想运行 less 编译器将其编译为本机 css。 我该如何实现这一目标? 非常感谢。 Ravi
编辑:我可以按照 Kim 下面的建议创建一个构建文件。 我正在寻找可以运行外部命令的解决方案。 所以现在的问题是如何使用 Ant 运行外部命令?
I am using NetBeans 6.5 and whenever I save a LessCSS file I would like to run less compiler to compile it to native css. How do I go about achieving this?
Many Thanks.
Ravi
EDIT: I can do a build file as Kim recommended below. I am searching for a solution where I can run an external command. So the question now is How Do I Run an External Command using Ant?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
一定要保存吗? 相反,您可以创建一个自定义项目(使用自定义构建文件)并将其放入该构建文件中。
Does it have to be on save? Instead, you could create a custom project (with a custom build file) and just put it into that build file.