-
Notifications
You must be signed in to change notification settings - Fork 5
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
Error: Unmatched sequence on line 83 #20
Comments
Thanks for reporting. I haven't seen this error before. Can you give me your ruby version number? Thanks. |
ruby -v: |
@claudiuconstantin You can provide additional info by running the build with
|
C:[...]>bundle exec jekyll s --verbose --trace
Running on Windows 10, by the way. |
Maybe you're wondering what's in that
if I comment this file content the command seems to run just fine :) |
Any news here? |
I had a similar issue, for me the error was with a JS file. As a workaround, I just told jekyll_tidy:
exclude:
- '**/*.scss'
- '**/*.js' |
We have long since moved on from Jekyll, but if someone wants to open a PR making these asset exclusions part of the default I'll be happy to merge it. |
Kill jekyll-tidy, since I seem to run into apsislabs/jekyll-tidy#20, and it may be unmaintained.
After adding this line in my Gemfile and running
bundle install
:gem 'jekyll-tidy', group: :jekyll_plugins
I'm getting an error when running
bundle exec jekyll s
:jekyll 3.7.4 | Error: Unmatched sequence on line 83
Is there any additional required configuration I'm missing?
The text was updated successfully, but these errors were encountered: