stealjs / steal-bundler

Bundle assets into your dist folder with StealTools
https://www.npmjs.com/package/steal-bundler
MIT License
2 stars 1 forks source link

Support copying by a glob #1

Closed matthewp closed 9 years ago

matthewp commented 9 years ago
bundleAssets(buildResult, {
    glob: "fonts/**/*"
});