-
-
Notifications
You must be signed in to change notification settings - Fork 3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Iced Coffee-Script doesn't work with --watch #1221
Comments
+1 |
Good call. Care to prepare a PR? |
+1 |
See #1425. |
boneskull
pushed a commit
that referenced
this issue
Dec 15, 2014
compiler extensions are added as watched extensions, resolves #1221
tandrewnichols
pushed a commit
to tandrewnichols/mocha
that referenced
this issue
Dec 15, 2014
…dard extensions from watch regex, resolves mochajs#1221
boneskull
removed
the
status: accepting prs
Mocha can use your help with this one!
label
Oct 10, 2016
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In the following change, support for watching coffee files was added, however, iced coffee-script does not work.
11ff9f0
Instead of hard-coding "coffee" into the regex, it would be better if every extension mentioned in the --compilers settings was added.
For example, if you include:
-compilers iced:iced-coffee-script/register,coffee:coffee-script/register
Then the regex would include (js|iced|coffee).
This would future-proof "watch" to work with any new compilers.
The text was updated successfully, but these errors were encountered: