For folks doing current development, the master branch now requires some `npm`
commands to be run.  The admin navbar code merged from
https://forge-allura.apache.org/p/allura/tickets/7919/ starts using JS files
that are written in ES6 and JSX syntax, so we have commands to transpile them
into regular JS.  You'll need to run these for the admin nav bar to work, which
is now the way to add & edit tools.

To install nodejs & npm, and run the commands, see the Installation
instructions:
https://forge-allura.apache.org/docs/getting_started/installation.html#a-few-more-steps-if-using-git

You'll probably need to run that just once (unless you delete the transpiled.js
file it creates).  If you are editing the .es6.js files and want to transpile
them frequently during development, see the npm commands in this section:
https://forge-allura.apache.org/docs/development/contributing.html?highlight=broccoli#technology-stack

-- 
Dave Brondsema : d...@brondsema.net
http://www.brondsema.net : personal
http://www.splike.com : programming
              <><

Reply via email to