RJ E
- Total activity 27
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 9
-
RJ E commented, -
RJ E created a post, 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 created a post, 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 created a post, Answeredjetty 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 created a post, Answeredjetty 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 created a post, Answeredadd 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...