HTML Script Src is an Emacs plugin that inserts a script tag for HTML and HAML documents with a URL to a given JavaScript framework, taken from http://scriptsrc.net/.
This is an Emacs clone of Dr. Nic's bundle for TextMate.
Add html-script-src
to your Cask file:
(depends-on "html-script-src")
To fetch the available script tags:
M-x html-script-src
For more information, see comments in html-script-src.el
.
Contribution is much welcome! Html script src is tested using Ecukes. When adding new features, please write tests for them!
Install cask if you haven't already, then:
$ cd /path/to/html-script-src
$ cask
Run all tests with:
$ make