illuminate-header
v1.2.0
Published
Illuminate site-wide/product-wide header.
Downloads
5
Readme
Illuminate Site-Wide/Product-Wide Header Front-End JS Application
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).
Pre-requisites
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
Build Setup
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