typescript-express-starter
typescript-express-starter copied to clipboard
How to include json files to copy in gruntfile.js.?
Hi,
I have a folder structure like below:
- src
- data
- file.json
- data
How to copy .json files under the data folder into the dist folder using the gruntfile.js file.?