Create Bootstrap Project: Modify Files created Neal Ostrander 创建于 2016年02月19日 19:35 Is there a way to modify the files that are created when you choose the option to create a new project using Twitter Bootstrap. I would like it to add some additional files. Thanks
You can add more files once the project is created, but you can't modify the initial project content. When creating a new Twitter Bootstrap v 3.3.6 project, WebStorm just downloads https://github.com/twbs/bootstrap/releases/download/v3.3.6/bootstrap-3.3.6-dist.zip and extracts it to the project directory - nothing more. Push your additional files to https://github.com/twbs/bootstrap, and you'll be there:)
Thanks