Eclipse: On Save execute a program

后端 未结 2 1627
傲寒
傲寒 2020-12-15 05:33

I have recently come across the LESS Leaner CSS a template engine for CSS based on ruby. The idea sounded neat, but in practice we need to compile the program to get CSS. Th

2条回答
  •  不思量自难忘°
    2020-12-15 06:09

    I think all you need is to define a custom Builder for your project. That way, you can run a program or an ant script whenever certain files change.

    Right click on the project -> Properties -> Builders -> New

提交回复
热议问题