Closed logongas closed 8 years ago
The plugin should work with .ts files in any kind of project.
Are you talking about the Project Properties category with the compile-on-save option in it? I made it appear in all the same kinds of projects that have the parent category "JavaScript Frameworks", but it looks like (non-Maven) Web Application is not one of those.
Yes, is the "compile-on-save option" in "Java Web" -> "Web Application" projects.
Fixed in master branch. In the meantime you can always enable it manually by putting
auxiliary.netbeanstypescript.compileOnSave=true
in nbproject/project.properties
Thank you :-)
Fixed in release 1.8.2.0
Support plugin in projects "Java Web" -> "Web Application"