This header project is going to replace the current header within out site. The main goal is to remove ALL front-end dependencies with the header and bring it back down to basic JavaScript. One thing to note, we are using an old jQuery library(v1.7.1).
Make sure you have the latest version of node, tested versions include 5.5.1 Run outside of vagrant:
# latest npm
npm install npm@latest -g
# latest node
npm install node@latest -g
Run outside of vagrant, inside the directory the project is cloned in. This project
should be cloned in a subdirectory under the main atd codebase folder. The folder
name should be frontend-header
.:
# install dependencies
npm install
# build for production with minification
npm run build-prod
# build and watch files for change
npm run watch