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.

Maintain folder structure with stylus executable

See original GitHub issue

I have the following directory structure:

stylesheets
    stylus
        themes
            theme1.styl
            theme2.styl
        file1.styl
        file2.styl

And I’d like to run one watch:

stylus --watch stylesheets/stylus/* --out stylesheets/css

That would watch all sub-directories and maintain the folder structure so that the CSS generated would be:

stylesheets
    stylus
        themes
            theme1.styl
            theme2.styl
        file1.styl
        file2.styl
    css
        themes
            theme1.css
            theme2.css
        file1.css
        file2.css

Is this currently possible, or could it be added?

Issue Analytics

  • State:open
  • Created 12 years ago
  • Reactions:2
  • Comments:10 (4 by maintainers)

github_iconTop GitHub Comments

2reactions
oinkbarkcommented, Mar 6, 2018

@arpitremarkable I would love to take what you have if still possbile

2reactions
oinkbarkcommented, Mar 6, 2018

Nothing new on this in two years? Seems like a reasonable, if not essential feature.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Compiling all stylus files from given folder and its sub-folders
You can use the --out parameter on building and target a whole folder, it will keep your structure, first you can target a...
Read more >
Get styling with Stylus
Stylus ships with the stylus executable for converting Stylus to CSS. ... css will compile and output .css files in the same directory....
Read more >
Build Application EXE with file hierarchy intact - NI Community
I'm using a specific file structure which I can't seem to keep intact during deployment. A few examples are: Original File Structure: < ......
Read more >
File Watchers | WebStorm Documentation - JetBrains
In the Program field, specify the path to the executable file of the ... Custom output location: preserve the original folder structure.
Read more >
Dalvik executable format - Android Open Source Project
Items and related structures. This section includes definitions for each of the top-level items that may appear in a .dex file.
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