Skip to content
This repository was archived by the owner on May 24, 2019. It is now read-only.
This repository was archived by the owner on May 24, 2019. It is now read-only.

script does not copy .css files when running against dirs #73

@santospatrick

Description

@santospatrick

directory example:

├── src
|   └── components
|       └── MyComponent
|           ├── MyComponent.jsx   # with flow types
|           ├── MyComponent.css

After running the following command i get this:

flow-remove-types src/ --out-dir dest/
├── dest
|   └── components
|       └── MyComponent
|           ├── MyComponent.jsx   # without flow types
|           ├── # where is my .css file?

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions