Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Jeremie Daelen
Total activity
9
Last activity
June 21, 2017 06:20
Member since
June 19, 2017 11:55
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
1
Activity overview
Posts (1)
Comments (7)
Sort by recent activity
Recent activity
Votes
Created
June 21, 2017 06:20
Oki, that might be cumbersome in some projects but luckily there will only be a few js files produced in this one.However i don't imagine doing that for other static assets like images... Being abl...
Community
WebStorm
Make IntelliJ automatically detect changes produced by webpack
0 votes
Created
June 20, 2017 13:43
Alright i managed to make it work... i must have made a mistake in the "Output paths to refresh"... However how would i select the entire js folder? Ending the path with js/*.js or js/* does not wo...
Community
WebStorm
Make IntelliJ automatically detect changes produced by webpack
0 votes
Created
June 20, 2017 10:55
Here is a link to a 7zip archive of the project.https://drive.google.com/open?id=0B9NsTZ4lxeXSVDNjclVWUVI3Zlk This version does not include the File Watcher described above as i was still testing s...
Community
WebStorm
Make IntelliJ automatically detect changes produced by webpack
0 votes
Edited
June 19, 2017 22:58
I fiddled a bit with File Watcher to no avail... First i thought the fact that file watcher passes the file as argument to the program called would be a problem but fortunately webpack does not car...
Community
WebStorm
Make IntelliJ automatically detect changes produced by webpack
0 votes
Edited
June 19, 2017 13:00
Then is there a way to automate this process? Making IDEA automatically detect external changes? I tried the plugin 'auto sync' wich does a File | Synchronize at regular intervals but that's not a ...
Community
WebStorm
Make IntelliJ automatically detect changes produced by webpack
0 votes
Edited
June 19, 2017 12:37
No symlinks and the project is stored on a local drive. I read you comment again and noticed the to switch the focus to your project get files synchronized"... that does not seem to work on my side...
Community
WebStorm
Make IntelliJ automatically detect changes produced by webpack
0 votes
Edited
June 19, 2017 12:19
Yes, by synchronizing i mean File | Synchronize (usually i right-click the project and use Synchronize 'project'). I think the problem is that Synchronize files on frame or editor tab activation on...
Community
WebStorm
Make IntelliJ automatically detect changes produced by webpack
0 votes