PhpStorm & Twitter Bootstrap
Hi -Though an experienced developer, I am totally new to PHP & PhpStorm. So my apologies - in advance - for any really idiotic questions :)I downloaded and installed Twitter Bootstrap.I then attempted to create a new project using the project type of 'Twitter Bootstrap'.PhpStorm then attempted to download Bootstrap from github.Question: how do I convince PhpStorm to use the installed version of Bootstrap i.e. not download another copy ?Kind regards
请先登录再写评论。
Hello!
as you have the twitter bootstrap already downloaded, you don't need to use 'twitter bootstrap' template. On creating the project by 'twitter bootstrap' template the https://github.com/twbs/bootstrap/archive/v3.0.0.zip is downloaded and extracted to the project directory - that's all. You can achive the same result by just opening the root folder of your twitter bootstrap installation via File/Open
Best regards,
Lena
1. no need to log a bug - it's already there, fixed for WebStorm 7 (see http://youtrack.jetbrains.com/issue/WEB-8773)
2. no, "Bootstrap-3.0.0" should be your project folder (i.e. .idea will be created inside it). Or, create a new empty project somewhere and then add your
"Bootstrap-3.0.0" as a content root in Settings/Directories (if you don't like .idea folder being created inside your bootstrap root folder)