Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 332 Bytes

BUILD.md

File metadata and controls

13 lines (9 loc) · 332 Bytes

This webapp now requires node+webpack to build.

  • Install Node from https://nodejs.org/en/
  • Install global dependencies:
    • npm install -g webpack gump
  • Install project dependencies:
    • npm install
  • Run webpack to compile javascript into something IE11 can eat:
    • webpack

Now you should be able to publish the app.