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
/
watch.js
6 lines
(5 loc)
•
116 B
JavaScript
View Raw
1
2
3
4
5
6
module
.exports = {
files:
[
"<%= pkg.config.src %>/**/*"
],
//tasks
: [
"src"
,
"test"
]
tasks:
[
"src"
,
"scss"
] };