[zanata/zanata-platform] 073d0b: Split build commands to a separate file (ZNTA-1829...

GitHub noreply at github.com
Mon May 15 04:49:50 UTC 2017


  Branch: refs/heads/master
  Home:   https://github.com/zanata/zanata-platform
  Commit: 073d0b9171ada9f67283b348db43324bee2999a1
      https://github.com/zanata/zanata-platform/commit/073d0b9171ada9f67283b348db43324bee2999a1
  Author: David Mason <drdmason at gmail.com>
  Date:   2017-05-15 (Mon, 15 May 2017)

  Changed paths:
    M server/zanata-frontend/src/frontend/package.json
    A server/zanata-frontend/src/frontend/scripts/build-icon-spritesheet.js
    A server/zanata-frontend/src/frontend/scripts/build.js
    M server/zanata-frontend/src/frontend/scripts/createIconsComponent.js
    M server/zanata-frontend/src/frontend/scripts/generateIconList.js
    M server/zanata-frontend/src/frontend/webpack.config.js
    M server/zanata-frontend/src/frontend/webpack.prod.config.js

  Log Message:
  -----------
  Split build commands to a separate file (ZNTA-1829) (#320)

* chore(frontend): move icon spritesheet command to script file

* chore(frontend-icons): change icon scripts to be synchronous

This is necessary for running the scripts sequentially without
having the next script start before the callbacks are finished
on the previous script (unless all scripts are made asynchronous).

* chore(frontend-build): move build commands to separate file

This also removes icon-preparation scripts since they can be triggered
directly from the new script file.

* chore(build-scripts): refactor svg spritesheet script for readability




More information about the zanata-commits mailing list