This repository has been archived by the owner on Aug 26, 2021. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
New readme.md, slack notifications, update components (#88)
* Modified build step to compress css correctly with node-sass * Refactored project with decoupling (#68) * Refactored project with decoupling * Renamed frame to html * Added CFonts module to index.js * Replace placehold.it images * Update package.lock * Adjust spacing * Prefix built CSS with autoprefixer (#61) * Installed autoprefixer * Added build step to prefix CSS * Added browserlist for autoprefixer to build ie8, added extra build key * Added autoprefix step to Sass.renderSync * Added unit test for autoprefixer * Removed unused sinon import * Assigned var to prefixed css * Switched autoprefixer to work correctly async Fixed build step Updated tests to be async * Finished functionality for prefixer Ran tests Merged latest develop * Corrected build paths Added async functiaonlity to GenerateHTML * Corrected circleci config * Added src folder * Forgot to update CF manifests * Updated CF manifest start cmd * Ughhh * Update title of website * Fix image text * Added 404 page and endpoint to capture requests * Added AU-styles * Refactored readFileSync to async ways * Added two more tests for multiple valid and invalid colours * Inital attempt at implementing slack notifications * Updated furnance message name * Added slack notification before sending HTML to user * refactored index.js * Forgot to export correctly * Forgot to export correct function * Simiplified previous slack code * Improve slack message (#79) * Simiplified previous slack code * Extended Slack notification message to include path and colors Added quick unit test for toString method * Updated envVar key length check * Tweaked slack message formatting * Italisied Karma... * Removed console.log * Added function and test for parsing request path * Wording change * Specified service for prod / dev deployments * Removed buildpacks for buildpack * Update sass and accordion button * Feature/slack formatting (#85) * Tweaked slack message formatting * Italisied Karma... * Removed console.log * Added function and test for parsing request path * Wording change * Changed no colors :( text * Removed dupe function * Updated text * Added if statement before sending slack * Add actual documentation to the readme.md (#87) * Change title of site (#76) * Modified build step to compress css correctly with node-sass * Refactored project with decoupling (#68) * Refactored project with decoupling * Renamed frame to html * Added CFonts module to index.js * Replace placehold.it images * Update package.lock * Adjust spacing * Prefix built CSS with autoprefixer (#61) * Installed autoprefixer * Added build step to prefix CSS * Added browserlist for autoprefixer to build ie8, added extra build key * Added autoprefix step to Sass.renderSync * Added unit test for autoprefixer * Removed unused sinon import * Assigned var to prefixed css * Switched autoprefixer to work correctly async Fixed build step Updated tests to be async * Finished functionality for prefixer Ran tests Merged latest develop * Corrected build paths Added async functiaonlity to GenerateHTML * Corrected circleci config * Added src folder * Forgot to update CF manifests * Updated CF manifest start cmd * Ughhh * Update title of website * Fix image text * Added 404 page and endpoint to capture requests * Added AU-styles * Refactored readFileSync to async ways * Added two more tests for multiple valid and invalid colours * Add actual documentation to the readme.md Fixes #48 * Update README.md * Update README.md * Update README.md Co-Authored-By: alex-page <[email protected]> * Apply suggestions from code review * Update README.md * Removed floating bracket * Bumped project ver to inital release
- Loading branch information