RJ E

Avatar
  • 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...
    • 2 followers
    • 3 comments
    • 0 votes
  • 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.   ...
    • 2 followers
    • 3 comments
    • 0 votes
  • Created

    jetty deploy doesn't build artifact

    Answered
    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...
    • 2 followers
    • 2 comments
    • 0 votes
  • Created

    jetty update resource pre tack

    Answered
    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 ...
    • 2 followers
    • 1 comment
    • 0 votes
  • Created

    add gradle generatedSourceDirs module to main module

    Answered
    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...
    • 2 followers
    • 1 comment
    • 0 votes
  • Created

    configuring gradle generated artifact

    Answered
    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....
    • 3 followers
    • 4 comments
    • 0 votes
  • Created

    configure generated gradle war artifact

    Answered
    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....
    • 1 follower
    • 1 comment
    • 0 votes
  • Created

    gradle and idea scopes

    Answered
    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 += [...
    • 2 followers
    • 3 comments
    • 0 votes
  • Edited

    Problem access dependency libs

    Answered
    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...
    • 2 followers
    • 3 comments
    • 0 votes