Closed mjstahl closed 9 years ago
Thinking it might look something like this where "globs" is a string, an object, or an array of strings or objects.
{
"donejs": {
"deploy": {
"bundles-path": "dist/bundles",
"globs": "assets/**/*.png",
"service": {
}
}
}
}
bundles-path
should be optional and default to dist/bundles
Add a
deploy
section to thedonejs
property ofpackage.json
.The properties needed for a given service should be provided in the
service-*.js
file.