2

Is it possible to use YUI compressor automaticly, and deploy to a FTP server, using Netbeans for php ?

Manu
  • 4,410
  • 6
  • 43
  • 77

2 Answers2

3

Maybe you can use ANT in Netbeans, just like it can be done in Eclipse. Automate Eclipse "Yui Compressor..."

Community
  • 1
  • 1
Alfabravo
  • 7,493
  • 6
  • 46
  • 82
2

If you are working with a PHP project for example, you could have a script execute when you hit F6 (Run) that does this work for you. Its setup in the project properties configuration.

See this link: http://webartisan.se/yui-compressor-netbeans/

Puffy
  • 21
  • 1