Skip to content
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

Closed
mindjuice opened this issue May 20, 2014 · 4 comments
Closed

Iced Coffee-Script doesn't work with --watch #1221

mindjuice opened this issue May 20, 2014 · 4 comments

Comments

@mindjuice
Copy link

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.

@xpepermint
Copy link

+1

@jbnicolai
Copy link

Good call. Care to prepare a PR?

@kulicuu
Copy link

kulicuu commented Nov 6, 2014

+1

@dasilvacontin
Copy link
Contributor

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
@boneskull 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
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants