Skip to content

Releases: compulim/generator-azure-web-app

Fix IISNode default content path

22 Feb 15:10
Compare
Choose a tag to compare
  • config: fix default content path when hosted under IIS

Fix Yeoman copy file failed

22 Feb 12:15
Compare
Choose a tag to compare

Fix: Yeoman failed to copy file due to conflict

Fix npm install not working

22 Feb 11:34
Compare
Choose a tag to compare

Fix: npm install generator-azure-web-app -g failed because of extraneous postinstall script

Fix Project Kudu referring wrong app.js

17 Jan 09:21
Compare
Choose a tag to compare

Project Kudu search for app.js by going into package.json and find scripts.start.

We added an extra /app.js to make sure scripts.start is set to app.js instead of src/app.js.

Fix Yeoman generator

11 Jan 02:25
Compare
Choose a tag to compare
  • Fix: Yeoman now copy all required files

Clean up package.json

10 Jan 17:36
Compare
Choose a tag to compare
  • Fix --port not working
  • Fix npm install fail with "gulpfile not found" error
  • Clean up package.json

Uglify production build

10 Jan 12:00
Compare
Choose a tag to compare
  • Uglify production build, including rollup.js and Webpack
  • Simplify README.md by moving advanced topics into ADVANCED.md

First Yeoman release

10 Jan 08:46
Compare
Choose a tag to compare
  • Repository renamed to support Yeoman scaffolding
  • Updated README.md