1.1.0 • Published 4 years ago
@eternagame/distify v1.1.0
@eternagame/distify
Lightweight build step for static assets
Configuration
When running distify, it will look in your current working directory for a file called
distify.config.json. It should contain a JSON object containing three properties:
sourceRoot: A string specifying the root directory where files should be copied from. The directory structure will be copied with respect to this directoryoutputPath: A string specifying the directory files should be copied tosourceGlobs: An array of globs (matched using fast-glob withdot: true) which are the files that will be copied fromsourceRoottooutputPath