Skip to content

Instantly share code, notes, and snippets.

@sparksp
Created April 6, 2020 16:27
Show Gist options
  • Save sparksp/1cbb1bc4fb3866d7e5a858fcace8294d to your computer and use it in GitHub Desktop.
Save sparksp/1cbb1bc4fb3866d7e5a858fcace8294d to your computer and use it in GitHub Desktop.
Exclude Tailwind.elm
{
"checks": {},
"excludedPaths": [
"src/Tailwind.elm"
]
}
INFO: Started...
INFO: Load dependency elm/time 1.0.0
INFO: Load dependency elm/html 1.0.0
INFO: Load dependency elm/core 1.0.5
INFO: Load dependency elm/browser 1.0.2
INFO: Loaded elm/html from cache
INFO: Loaded elm/time from cache
INFO: Loaded elm/browser from cache
INFO: Loaded elm/core from cache
INFO: Load file src/Main.elm...
INFO: Load file src/Period.elm...
INFO: Load file src/Stopwatch.elm...
INFO: Load file src/Tailwind.elm...
Found 1 message(s)
Messages:
- src/Stopwatch.elm
> Unused import alias `TW` at ((10,1),(10,22))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment