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

Handle module’s console output #16

Open
kennethormandy opened this issue Oct 13, 2013 · 1 comment
Open

Handle module’s console output #16

kennethormandy opened this issue Oct 13, 2013 · 1 comment

Comments

@kennethormandy
Copy link
Collaborator

The latest version of Jade is outputting warnings to the console (it might have been before).

This might be part of Harp’s CLI interface eventually, but maybe we want to have some way of sharing these warnings without posting them so many times? On harp compile right now, I get /path/to/app, line 2: Implicit textOnly for script and style is deprecated. Use script. or style. instead. about ten times over when I run harp compile, and it takes three times as long (this could be because of the error rather than the message, I’m not sure).

@kennethormandy
Copy link
Collaborator Author

This would be nice to do for SCSS, too. RIght now, you can use @warn statements in Sass, but they are automatically output to the console by either libsass or Node-sass (I need to look into which).

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

1 participant