0

I have an HTML5 project in NetBeans using Google Closure Compiler. Is it possible to run the compile command directly from NetBeans?

I tried to use a macro, but with no success.

Bart
  • 19,692
  • 7
  • 68
  • 77
v.dubr
  • 1

1 Answers1

0

You can open terminal window in NetBeans using Window->IDE tools->Terminal and call the compiler from this terminal window

ladar
  • 5,858
  • 3
  • 26
  • 38