ADD pre-commit

This commit is contained in:
salamimitpizza 2017-02-02 00:16:36 +01:00
parent d0cb3d7547
commit 22e5a518cd
4 changed files with 7 additions and 1 deletions

View File

@ -7,7 +7,7 @@ A collection of beautiful resumes build with LESS and Mustache Templates. Choose
## Resumes
<img src="resumes/resume-1/resume-1.png" width="150"/>
<img src="resumes/resume-1/resume-2.png" width="150"/>
<img src="resumes/resume-2/resume-2.png" width="150"/>
## Install

0
less/readme.less Normal file
View File

View File

@ -1,4 +1,5 @@
@import "fonts.less";
@import "readme.less";
@import "../resumes/resumes.less";
@header: #4B5B6E;
@background: #CCCCCC;

View File

@ -13,6 +13,10 @@
"readme": "node renderReadMe.js",
"less": "lessc --clean-css less/style.less public/style.min.css"
},
"pre-commit": [
"less",
"readme"
],
"repository": {
"type": "git",
"url": "git+https://github.com/SalamiMitPizza/beautifulCV.git"
@ -37,6 +41,7 @@
"open-sans-fontface": "^1.4.0",
"path": "^0.12.7",
"pdf-to-png": "^1.0.3",
"pre-commit": "^1.2.2",
"raleway-webfont": "^3.0.1",
"showdown": "^1.6.3",
"write": "^0.3.2"