UNPKG
@djforth/ap_imagemin
Version:
latest (3.0.0-pre.1)
3.0.0-pre.1
3.0.0-pre
2.3.7
2.3.6
2.3.5
2.3.4
2.3.3
2.3.2
2.3.1
2.3.0
2.2.1
2.2.0
2.1.0
2.0.7
2.0.6
2.0.5
2.0.4
2.0.3
2.0.2
2.0.2-0
2.0.1
2.0.1-0
2.0.0-0
1.0.9-0
1.0.8
1.0.8-0
1.0.7
1.0.6
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
Asset Pipeline plugin for imagemin
github.com/djforth/ap_imagemin
djforth/ap_imagemin
@djforth/ap_imagemin
/
plugin
/
get_input.js
9 lines
(6 loc)
•
179 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
exports
.
getExtList
=
function
(
ext
){
return
ext.
join
(
','
).
replace
(
/\*./g
,
''
); };
exports
.
getInput
=
function
(
input, ext_list
){
return
input +
'/**/*.{'
+ ext_list +
'}'
; };