Browse Source

Add path for CSS files

pull/748/head
Marie Malarme 3 years ago committed by Clément
parent
commit
9a55c5b42e
  1. 1
      dom/test.js

1
dom/test.js

@ -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) => {

Loading…
Cancel
Save