pingyhq / pingy-cli

The Simple Frontend Build Tool. No Configuration, No Plugins.
https://pin.gy/cli
MIT License
382 stars 15 forks source link

Extend debug messages #94

Open mahmoudzadah opened 6 years ago

mahmoudzadah commented 6 years ago

How do I know which file has an error in such case: wtr1yd7 Is there a way to show what line/file?

davej commented 6 years ago

It depends on what processor is used. Some report line numbers and file names and others don't.

I'll work on making this better in the future. In the meantime, you could run pingy export and see which file is erroring.

mahmoudzadah commented 6 years ago

It is SCSS, I had to revisit each file and look at the file line by line. Thank you for considering it.