csscomb / csscomb.js

CSS coding style formatter
http://csscomb.com/
MIT License
3.28k stars 459 forks source link

Error parsing configuration file #613

Closed seezee closed 5 years ago

seezee commented 5 years ago

Error parsing configuration file in /path/to/.csscomb.json.VolumeName.parentFolderName

I replaced my custom JSON with the default to see if I had a configuration error, but that's not it.

Tried csscomb -v /path/to/style.css and csscomb -c /path/to/.csscomb.json -v /path/to/style.css; both throw error.

I also updated to the current master version and ran the commands again; same error. It doesn't seem to matter if I'm targeting a CSS file or SASS/SCSS either.

seezee commented 5 years ago

Closing this. Turns out I had copied a symlink to the project directory instead of the original JSON. My bad.