cincheo / jsweet-eclipse-plugin

The official Eclipse plugin for the JSweet transpiler
http://www.jsweet.org
Apache License 2.0
20 stars 10 forks source link

Multiple configurations per project #10

Closed lgrignon closed 8 years ago

lgrignon commented 8 years ago

Sometimes we have to split a web project between the client (JSweet) configuration and the server configuration. Other use case: within a node project, we would like to separate the client classes from the server classes and share some model at the same time. The idea is to propose something which would provide the same service than Maven's profiles.

renaudpawlak commented 8 years ago

Same as issue #3.