Easy way to add js & css libs to HTML page
Gday
So I have Twitter Bootstrap setup as a library and I'm looking at an empty HTML page in the editor.
Is there an easy way to add the appropriate <link> and <script> lines to the page?
I use Emmet so it's pretty much the url to the file that I need.
Or do I have to just use live templates for this ?
Thanks,
Will
请先登录再写评论。
Hello!
not sure i follow you... If you use Emmet and know the urls to your css/js files, so what's a problem? Also not sure how using live template would solve your problem if you are already using emmet
Hi
Thanks for your reply.
It's the url that is the issue.
I would like to be able to add say jquery to a page without having find and then copy and paste the url of the cdn every time.
Thanks,
Will