UNPKG

deployment-tools

Version:

A Node.js scripts that helps you to compile and deploy the static assets (CSS/JavaScript/images) of your website without gulp and grunt using Node.js and npm scripts

14 lines (13 loc) 205 B
{ "Cors":{ "CorsRule": [ { "AllowedOrigins": ["*"], "AllowedMethods": ["GET"], "AllowedHeaders": ["*"], "ExposedHeaders": ["*"], "MaxAgeInSeconds": 500 } ] } }