Skip to content

Conversation

@SunburtReynolds
Copy link
Contributor

Description

As per @rgerstenberger's comment on another PR, we want to use kebab-case consistently to avoid cross-platform file system issues.

Type of Change

  • Bug fix (non-breaking change which fixes an issue)

How Has This Been Tested?

I retested CLI functionality, and everything is normal.

@narinluangrath
Copy link
Contributor

LGTM

import slides from './slides.mdx';
import Deck from '../../src/components/Deck';
import Slide from '../../src/components/Slide';
import Deck from '../../src/components/deck';

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is still /MDX/* which doesn't solve the problem.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's lower case locally. I tried to make it upper then lower case again. No diff in git.

Screen Shot 2019-08-12 at 3 22 34 PM

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed!

Copy link
Contributor

@kale-stew kale-stew left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Also LGTM

@SunburtReynolds SunburtReynolds merged commit 644ffa5 into rewrite/mdx-cli Aug 13, 2019
@SunburtReynolds SunburtReynolds deleted the rewrite/kebab-case branch August 13, 2019 15:29
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

Successfully merging this pull request may close these issues.

5 participants