middleman/middleman-core/fixtures/minify-js-app/source/inline-js.html.haml
2013-05-09 14:41:26 -07:00

28 lines
377 B
Plaintext
Executable file

:javascript
;(function() {
this;
should();
all.be();
on = { one: line };
})();
%script
:plain
;(function() {
this;
should();
too();
})();
%script(type="text/javascript")
:plain
//<!--
;(function() {
one;
line();
here();
})();
//-->
%script(type="text/html")
I'm a jQuery {{template}}.