ace icon indicating copy to clipboard operation
ace copied to clipboard

Where is the documentation to include external stylesheets or scripts?

Open vviikk opened this issue 10 years ago • 1 comments

vviikk avatar Sep 23 '15 10:09 vviikk

Hi, I hope you've figured this out by now. using script and link tags is similar to any other tag in ace:

link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css"
script src="http://code.jquery.com/jquery-2.1.4.min.js" type="text/javascript"

I've written up an in my fork and I'll submit a PR, but I'm not sure if this documentation will be deemed necessary by the owner. I'll be sure to ref the PR here. I hope this answered your questions.

larryprice avatar Oct 17 '15 21:10 larryprice