vtst / ow

Various Eclipse plugins for web development
http://www.normalesup.org/~simonet/soft/
74 stars 29 forks source link

Cooperate with the transpiler plugin #204

Open gossi opened 10 years ago

gossi commented 10 years ago

Hey,

I've just released my eclipse transpiler plugin: https://github.com/gossi/eclipse-transpiler-plugin The plugin just does one thing, transpiling ;) It comes with predefined less transpiler and configurable options.

I am wondering, if it is a good idea to cooperate on some ideas. Some I have in mind:

I do want to create an error console, so whenever transpiling throws an error this view is filled. See gossi/eclipse-transpiler-plugin#6.

I'm open for ideas.

paulvi commented 10 years ago

I wonder why are you excited? You know doing open source for free for long time is very discouraging

vtst commented 10 years ago

What is the transpiler plugin doing?

paulvi commented 10 years ago

@vtst I asked the same in https://github.com/gossi/eclipse-transpiler-plugin/issues/8

paulvi commented 10 years ago

@vtst In commit I referenced wrong issues #204 instead of #206 Mavenize

@gossi Your message will become history (if this PR is merged :) )

paulvi commented 10 years ago

FYI there also LESS Builder https://github.com/palantir/eclipse-less by Palantir open source

@derekcicerone @ashwinr Could you look in to say Hi, as people here are concerned with LESS technology and Eclipse ref https://github.com/palantir/eclipse-less/issues/4

derekcicerone-zz commented 10 years ago

Hi :)

gossi commented 10 years ago

Hey,

I updated the readme in my plugin to deliver a better understanding for transpiling :wink:

I didn't know the less builder plugin, which does what my plugin does, however it lacks a UI for configuration and is only tied to LESS but they have more plugins of that kind. Maybe some of them could be moved to the transpiler plugin?

Ideas are welcome :smiley:

paulvi commented 10 years ago

Maybe some of them could be moved to the transpiler plugin?

That is up to you and @derekcicerone

My hope is that no effort are wasted and all solutions are complementary.
But in real life there may be other concerns, like extra burden of collaboration.