question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Output folders hierarchy

See original GitHub issue
  1. I’m selecting more css files within glob and files are in subfolders css: ['assets/css/**/*.css'] select this files:
  • assets/css/index.css
  • assets/css/templates/default.css
  1. I’m setting output path - I’m using cli for that because output option not working in config file 😦 --output assets/css/

  2. but files are flattened.

  • assets/css/index.css
  • assets/css/default.css

Any chance to preserve folders hierarchy? And fix the output option for config file? 😉

Thanks

Issue Analytics

  • State:open
  • Created 3 years ago
  • Reactions:1
  • Comments:5 (1 by maintainers)

github_iconTop GitHub Comments

1reaction
Fflorielcommented, Apr 27, 2020

Yes, this seem to be a natural option. I’ll look into this

0reactions
illyczcommented, Mar 7, 2022

Any news? Thanks

Read more comments on GitHub >

github_iconTop Results From Across the Web

How to export the directory tree of a folder in Windows
Another easy way to export the structure of a folder in Windows 10 is to use a tool that we created for you,...
Read more >
How to Display the Hierarchy of Drives & Folders in the ...
Select "Options" under the View tab in File Explorer, then choose "Change folder and search options" to make changes to the way File...
Read more >
How to output folder hierarchy from Sharepoint - Super User
I have a MOSS site where there is many folders and subfolders. I would like to output this folder hierarchy e.g. into a...
Read more >
Directories and Hierarchy
Files are grouped into directories, and directories are organized in a hierarchy. At the top of the hierarchy is the “root” directory, symbolized...
Read more >
How to Export Folder Structure to Excel on a Windows PC or ...
There's no need to manually rewrite each folder's and file's name and hierarchy. Instead, you can quickly export it to a preferred format...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found