Note: Ramit Arora is the original creator of the website. It was coded using Less preprocessor and compiled with CodeKit. No other libraries are needed to view the project.
Because a lot of the Less components are missing, CodeKit is a paid-for application, and it only runs on macOS, the folder MS-master
can therefore be ignored. MS-master
even seems to be an old backup of the website. A new build should be considered if there are to be any drastic changes made to the website.
The original Less components that were imported when it was originally compiled seem to be missing. So instead make any style changes to /css/styles.css
, minify it to /css/styles.min.css
, and ignore any *.less
files. UglifyCSS is a useful tool for this, using the command uglifycss css/styles.css > css/styles.min.css
from the project root.
README: Chris "Crimbo". | Written with StackEdit.