ace
ace copied to clipboard
Where is the documentation to include external stylesheets or scripts?
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.