Skip to content

Latest commit

 

History

History
13 lines (12 loc) · 719 Bytes

DEPLOY.md

File metadata and controls

13 lines (12 loc) · 719 Bytes

Steps to deploy

  • Try a new feature in the demo application, using this workflow
  • If it is a new chart, remember to expose it in all.js
  • Add tests
  • Update bower.json and package.json version number
  • Build (npm run build to generate new package.json for NPM), commit again and add a version tag
  • Push to Github for bower
  • Publish on NPM with npm publish inside dist/node
  • Update the WebJars repository from here
  • Wrap the feature inside a Scala.js façade
  • Publish a new version of Paths.scala.js on Maven central