Amon2
view release on metacpan or search on metacpan
lib/Amon2/Setup/Asset/jQuery.pm view on Meta::CPAN
5678910111213141516171819202122232425sub
tags {
<<',,,';
<script src="<: uri_for('/static/js/jquery-3.6.1.min.js') :>"></script>
,,,
}
sub
files {
return
{
'js/jquery-3.6.1.min.js'
=> '/*! jQuery v3.6.1 | (c) OpenJS Foundation and other contributors | jquery.org/license */
!function(e,t){
"use strict"
;
"object"
==typeof module&&
"object"
==typeof module.exports?module.exports=e.document?t(e,!0):function(e){
if
(!e.document)throw new Error(
"jQuery requires a window with a document"
);
return
t(e)}:t(e)}(
"undefined"
!=typeof windo...
'
}
;
}
# for backward compatibility
sub
run {
warn
"THIS METHOD WAS DEPRECATED"
;
my
(
$self
,
$flavor
) =
@_
;
$flavor
->mkpath(
'static/js/'
);
( run in 0.229 second using v1.01-cache-2.11-cpan-94b05bcf43c )