UNPKG
js-flex-embed
Version:
latest (1.0.0)
1.0.0
jQuery Plugin for responsive intrinsic ratio embeds
github.com/vmitsaras/js-flex-embed
js-flex-embed
/
grunt
/
config-lib
/
bytesize.js
9 lines
(8 loc)
•
115 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
module
.
exports
= { dist: { src: [
"<%= pkg.config.dist %>/*.js"
,
"<%= pkg.config.dist %>/*.css"
] } };