From 666cbf65686cb26da585de836d4ca27702b16578 Mon Sep 17 00:00:00 2001 From: Felix Roos Date: Wed, 18 May 2022 00:28:24 +0200 Subject: [PATCH] add todos --- packages/react/vite.config.js | 1 + repl/tailwind.config.js | 1 + 2 files changed, 2 insertions(+) diff --git a/packages/react/vite.config.js b/packages/react/vite.config.js index c32ca153..59dbb398 100644 --- a/packages/react/vite.config.js +++ b/packages/react/vite.config.js @@ -21,6 +21,7 @@ export default defineConfig({ external: [ ...Object.keys(peerDependencies), ...Object.keys(dependencies), + // TODO: find out which of below names are obsolete now '@strudel.cycles/tone', '@strudel.cycles/eval', '@strudel.cycles/core', diff --git a/repl/tailwind.config.js b/repl/tailwind.config.js index d93d1411..37f2d01a 100644 --- a/repl/tailwind.config.js +++ b/repl/tailwind.config.js @@ -5,6 +5,7 @@ This program is free software: you can redistribute it and/or modify it under th */ module.exports = { + // TODO: find out if leaving out tutorial path works now content: ['./src/**/*.{js,jsx,ts,tsx}','./tutorial/**/*.{js,jsx,ts,tsx}'], theme: { extend: {},