Skip to content

Releases: compulim/generator-azure-web-app

Fix issues with iisnode.yml

19 Apr 06:12
Compare
Choose a tag to compare
  • [iisnode] Adding an /index.js shim so iisnode will read /iisnode.yml instead of /lib/iisnode.yml

Support Docker

17 Apr 16:50
Compare
Choose a tag to compare
  • [docker] Generate Dockerfile during scaffold

Fix Express crash after deploy

03 Apr 02:32
Compare
Choose a tag to compare
  • [server] Fix incorrect path to package.json during boot in parseCli.js

Move to npm/config

18 Mar 20:28
Compare
Choose a tag to compare
  • [server] Read configurations from /config folder using config
  • [scripts] Fix fork + deploy not working because gulp build was not run

Fix Webpack hot module replacement and IE8

18 Mar 18:50
Compare
Choose a tag to compare
  • [webpack] Fix hot module replacement not working properly
  • [webpack] Fix IE8 in production mode
    • [uglifyjs] Add screw_ie8: false on compress, mangle, and output
    • [webpack] Transform node_modules/**/*.js with es3-member-expression-literals and es3-property-literals
    • We try to keep our dependencies up-to-date. If you are on IE8, make sure to use react@^0.14, and add es5-shim and es5-sham

Fix Yeoman scaffold from npm

14 Mar 08:59
Compare
Choose a tag to compare
  • Yeoman: package.json should not inherit npm private properties
  • Gulp: Add { screw_ie8: false } to Uglify options to prevent breaking IE8

Bundler selection

09 Mar 18:17
Compare
Choose a tag to compare
  • Renamed environment variable from BUNDLER to NPM_CONFIG_BUNDLER
  • Select bundler during scaffolding
  • Use npm config to keep default bundler selection

Fix up

06 Mar 06:51
Compare
Choose a tag to compare
  • [devserver] fix: incorrect webpack.config.js path
  • [yeoman] fix: binaries not installed with Yeoman

Separate package.json

05 Mar 19:07
Compare
Choose a tag to compare
  • Separate into two package.json, one for browser code (e.g. React + Babel), another for server code (e.g. Express)
  • Re-enable gulp-htmlmin and gulp-imagemin
    • Was broken due to --ignore-scripts
  • Rename web to public

Fix Deploy to Azure button

02 Mar 17:12
Compare
Choose a tag to compare
  • Fix "Deploy to Azure" button not deploying correctly