cd ./components/bower_components

cd highlight

if [ -e node_modules/ ]
then
  npm i
fi

node tools/build -t brower javascript html bash
