Important notes
Every single time you're about the modify javascript or stylesheet files, make sure to:
- Pull the latest changes running
git pull - Run
npm link allink-core-staticin your current project - Add your changes
- Commit your changes to the "allink-core-static" repo
- Copy the latest
allink-core-staticcommit hash and paste in the current project'spackage.json - Run
npm install - If you added new variables or default settings, make sure to add them in the boilerplate project as well