Add path for CSS files

This commit is contained in:
Marie Malarme 2021-03-02 19:30:03 +00:00 committed by Clément
parent f85bf29692
commit 9a55c5b42e
1 changed files with 1 additions and 0 deletions

View File

@ -53,6 +53,7 @@ const rgbToHsl = rgbStr => {
const pathMap = {
[`/${exercise}/${exercise}.js`]: path.join(solutionPath, `${exercise}.js`),
[`/${exercise}/${exercise}.css`]: path.join(solutionPath, `${exercise}.css`),
}
const ifNotExists = (p, fn) => {