RJ E
- Total activity 27
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 9
-
Created 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... -
Created 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. ... -
Created jetty deploy doesn't build artifact
AnsweredIn 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... -
Created jetty update resource pre tack
AnsweredIs 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 ... -
Created add gradle generatedSourceDirs module to main module
AnsweredI 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... -
Created configuring gradle generated artifact
AnsweredIs 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.... -
Created configure generated gradle war artifact
AnsweredIs 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.... -
Created gradle and idea scopes
AnsweredI 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 += [... -
Edited Problem access dependency libs
AnsweredI'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...