New Project Template
Hi
I quite often like starting a new HTML5 boilerplate project but often find my self doing the same few initial tweaks once I've creared the project. Is it possible to create my own custom project libraries with all my favourite JS libraries pre configured off the bat?
请先登录再写评论。
I guess that's a no?
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.
It's a mixture of http://stuffandnonsense.co.uk/projects/320andup/ this and some homebrew js libraries. I guess I can keep a folder somewere as a base template and copy it when I want to make a new project.
In this case it's easer to create an empty project and copy all needed files manually.