Hi,
Just for your information, I'm working on the same plugin than you : https://github.com/angelozerr/jsbuild-eclipse
The diffrence between yours plugin are :
- it uses tern.java (which uses ternjs JavaScript Inference engine) to retrieve liast of tasks / targets.
- it uses standard launch to execute task.
- the result of the execution of the task is displayed in the Console view
- you have completion for Grunt inside JavaScript Editor.
You can see those features at https://github.com/angelozerr/jsbuild-eclipse/wiki/Getting-Started
Hope we could work together.
Regard's Angelo
Hi,
Just for your information, I'm working on the same plugin than you : https://github.com/angelozerr/jsbuild-eclipse
The diffrence between yours plugin are :
You can see those features at https://github.com/angelozerr/jsbuild-eclipse/wiki/Getting-Started
Hope we could work together.
Regard's Angelo