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
/
concat.js
10 lines
(9 loc)
•
136 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
module.exports
=
{
options:
{
stripBanners:
true
},
js:
{
src:
[],
dest:
"<%= pkg.config.dist %>/_js/<%= pkg.name %>.js"
} }
;