I have a legacy app with has old JS code, but I want to utilize TypeScript for some of the newer components. Is it possible to tell wro4j to only apply the rhinoTypeScript preprocessor only on "*.ts" files?
Asked
Active
Viewed 50 times
2
-
did you find a solution? – Peter T. Jan 15 '21 at 11:03
-
no I have not been able to. I just removed the TS components and put it on a separate project. – Archimedes Trajano Jan 15 '21 at 15:56
-
well, ok, thanks anyway. In fact I'd like to migrate away from wro4j, but we have a lot of code that depends on it ... – Peter T. Jan 15 '21 at 22:26
-
TBH, WRO4J isn't bad, its good for JSP based applications and I'll still likely use it. It's only if you want to migrate away from a Java EE app that hosts pages. – Archimedes Trajano Jan 16 '21 at 03:50