Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Sergey Simonchik
Total activity
533
Last activity
February 05, 2025 21:00
Member since
January 10, 2012 08:43
Following
0 users
Followed by
0 users
Votes
3
Subscriptions
178
Activity overview
Articles (0)
Posts (0)
Comments (352)
Sort by recent activity
Recent activity
Votes
Created
July 24, 2012 10:34
Hello Oren,It's about JsTestDriver core, not IntelliJ integration.The best way is to ask this question on the JsTestDriver mailing list: http://groups.google.com/group/js-test-driver .
Community
PhpStorm
XHR in jsTestDriver (using serve) gives wrong response
0 votes
Created
August 29, 2012 05:27
Hi Stuart,No, at the moment it's impossible.Please specify what JS libraries you usually configure.Do you copy library source files to the project root directory?Thanks.
Community
PhpStorm
New Project Template
0 votes
Created
October 08, 2012 10:31
Hi Ingo,The best way to configure JQuery in your project is to place jquery.js source file inside your project near *.html files. Yes, you have to include<script src="jquery.js"></script>in html fi...
Community
PhpStorm
How to include a JS-Library in the code?
0 votes
Created
October 02, 2012 21:53
Thanks!The bug was found and will be fixed in PhpStorm/WebStorm 5.0.3.The problem is that files listed in 'test:' section of config.jstd have '../../' prefixes.As a workaround place config.jstd fil...
Community
PhpStorm
Debugging with JSTestDriver
0 votes
Created
October 02, 2012 22:00
FYI: I noticed that there is _project/lib/js/qunit.js file referenced in 'load:' section of config.jstd.Actually it isn't necessary, because JsTestDriver runs QUnit tests via QUnit JsTestDriver Ada...
Community
PhpStorm
Debugging with JSTestDriver
0 votes
Created
February 02, 2015 20:00
Correct command line to uninstall bower package:npm.cmd uninstall -g bower
Community
PhpStorm
Cannot install package with Bower?
0 votes
Created
February 03, 2015 23:54
Thanks for the information.About using Node.js 0.11: after installing you need to make sure that Node 0.11 is actually used to run bower.Just in case: no need to alter %PATH%, node interpreter can ...
Community
PhpStorm
Cannot install package with Bower?
0 votes
Created
February 10, 2015 13:37
Sad to hear nothing worked.To configure an enviornment for debugging "bower install jquery" command please do the following:1. Download install-bower-package.zip, unzip it to a directory (install-b...
Community
PhpStorm
Cannot install package with Bower?
0 votes
Created
February 10, 2015 21:46
When running "bower install jquery --save" in console, node interpreter "C:\Users\Kevin\AppData\Roaming\npm\node.exe" should be used.This is so, because "bower" command is resolved to "C:\Users\Kev...
Community
PhpStorm
Cannot install package with Bower?
0 votes
Created
February 11, 2015 21:38
Great! Glad it works now.About red file names in Project View: there can be different reasons, like:* a file contains errors* during the last update, file was merged with conflicts (https://www.jet...
Community
PhpStorm
Cannot install package with Bower?
0 votes
«
First
‹
Previous
Next
›
Last
»