Skip to content

Invisible mode not invisible #195

Discussion options

You must be logged in to vote

I have changed on my version the code to:

            foreach ($directoryIterator as $file) {
                if ($file->isDot()) {
                    continue;
                }
                $this->filesystem->remove($file->getPathname());
            }

            // Write the CSS file
            $this->filesystem->dumpFile($cssFilePath, $content);```

Replies: 10 comments 8 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@zepich
Comment options

Comment options

You must be logged in to vote
4 replies
@zepich
Comment options

@nadorator
Comment options

@nadorator
Comment options

@nadorator
Comment options

Answer selected by nadorator
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
3 replies
@nadorator
Comment options

@nadorator
Comment options

@zepich
Comment options

Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants