Skip to content

Instantly share code, notes, and snippets.

@stefangordon
Created September 12, 2016 15:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save stefangordon/c5abc156d9851f33cbd420336f858ccf to your computer and use it in GitHub Desktop.
Save stefangordon/c5abc156d9851f33cbd420336f858ccf to your computer and use it in GitHub Desktop.

Replacing .css files in-place. Blobs will be replaced with compressed version and headers updated: asge.exe -e .css -f myContainer -r -a myStorageAccount -k <key>

Copy .css and .js to a compressed version and append a .gz extension: asge.exe -e .css .js -f myContainer -n .gz -a myStorageAccount -k <key>

Replacing .js files in-place and enabling CORS for the account: asge.exe -w -e .js -f myContainer -r -a myStorageAccount -k <key>

Replacing .js files in-place using a connection string instead of host/key: asge.exe -e .js -f myContainer -r -c <connection string>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment