Chat Client Mocks
This repository contains designs for all Help.com applications. They can be previewed here: http://help.sasaforic.com/
Copying scss files and images
To copy all scss files and images to their corresponding actual application folder, run:
npm run copy
This command has three steps:
- Alter paths for import statements and url's to be correct for the project the file is going to
- The actual copying of the files to the project
- Reverting the file path changes so chat-client-mocks is back at HEAD
Note that currently, the copy script assumes all project directories are located in the same directory as chat-client-mocks and the directory names match the project names. This script will not work otherwise.