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
/
mkdir.js
8 lines
(7 loc)
•
116 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
module
.
exports
= { init: { options: { create: [
"<%= pkg.config.src %>"
,
"<%= pkg.config.demo %>"
] } } };