I have created a new still project, replaced the .slime files with .eex files, and nothing else. I tried adding tailwind as described in the configuration but still ignores ignore_files: ["assets"], printing warnings like 20:12:40.332 [warning] Preprocessors not found for file: assets/package.json and failing later.
I moved the assets into the root, which works, but the watcher
I have created a new still project, replaced the
.slime
files with.eex
files, and nothing else. I tried adding tailwind as described in the configuration but still ignoresignore_files: ["assets"]
, printing warnings like20:12:40.332 [warning] Preprocessors not found for file: assets/package.json
and failing later.I moved the assets into the root, which works, but the watcher
is not running as I don't see any logs and there is no global.css.
Maybe I'm missing something, but I can't find any reason why the configuration wouldn't work.