RJ E
- 活动总数 27
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 9
-
创建于 File format defer to Javascript Standard Fix?
I'm using Standard JS in a react project. I've followed the directions jetbrains has and everything is working except code formatting jsx files. There is a bit of difference for html compared to st... -
创建于 IntelliJ Idea becomes unusable after running "npm install"
the node_modules directory is labled as library, but everytime I run `npm install` intellij becomes unusable while it perform indexing. This can take 10+ mins, and is a real productivity killer. ... -
创建于 jetty deploy doesn't build artifact
已回答In 1 of my intellij projects, when I deploy jetty, the artifact isn't build before deployment, including re-deploy. What I end up doing is deploying jetty -> "update classes and resources" -> "rede... -
创建于 jetty update resource pre tack
已回答Is it possible to specify a gradle task to run when everytime jetty "update resources" runs? I have a gradle task that combines and minifies all my js files. I would like to call this task. I know ... -
创建于 add gradle generatedSourceDirs module to main module
已回答I have the following in my build.gradle: idea { module { generatedSourceDirs += file('src/main/generated') }} When syncing gradle with intelliJ, this causes 2 modules to be generated... -
创建于 configuring gradle generated artifact
已回答Is there a way to add a custom gradle scope to the IDEA generated artifact? In my build.gradle file, I add the gradle scope to the idea "compile" scope. idea { module { scopes.COMPILE.... -
创建于 configure generated gradle war artifact
已回答Is there a way to add a custom gradle scope to the IDEA generated artifact? In my build.gradle file, I add the gradle scope to the idea "compile" scope. idea { module { scopes.COMPILE.... -
创建于 gradle and idea scopes
已回答I have a custom configuration scope in gradle named "server". How can I add this scope to the idea compile scopes? I have tried the following: idea { module { scopes.COMPILE.plus += [... -
已编辑于 Problem access dependency libs
已回答I'm having an issue accessing the libs in a module even though the export is checked. I've attached some images showing module and library configuration for the project. I have essentially the same...