RJ E
- 活动总数 27
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 9
-
RJ E 进行了评论, -
RJ E 创建了一个帖子, 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... -
-
RJ E 创建了一个帖子, 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. ... -
-
RJ E 创建了一个帖子, 已回答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... -
RJ E 创建了一个帖子, 已回答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 ... -
-
-
RJ E 创建了一个帖子, 已回答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...