Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Parsing issue #42

Open
FeBe95 opened this issue Feb 1, 2015 · 1 comment
Open

Parsing issue #42

FeBe95 opened this issue Feb 1, 2015 · 1 comment

Comments

@FeBe95
Copy link

FeBe95 commented Feb 1, 2015

When I open a folder in ST3 that has subfolders with multiple "style.css" files, then open and edit any html file that contains a link to a stylesheet named "style.css", CSS-Extended parses all files named "style.css" in ALL subfolders (45 files for me, as I have many old-version-subfolders)

Example: File->Open Folder -> "C:\xampp\htdocs\myfolder"

Writing file /C/xampp/htdocs/myfolder/subfolder1/index.html with encoding UTF-8 (atomic)
Found styles linked in HTML
['C:\\xampp\\htdocs\\myfolder\\subfolder1\\style.css', C:\\xampp\\myfolder\\folder\\subfolder2\\style.css', 'C:\\xampp\\htdocs\\myfolder\\subfolder3\\style.css', ......]
PARSING FILE C:\xampp\htdocs\myfolder\subfolder1\style.css
PARSING FILE C:\xampp\htdocs\myfolder\subfolder2\style.css
PARSING FILE C:\xampp\htdocs\myfolder\subfolder3\style.css
PARSING FILE ......

The status bar says CSS Extended: parsing file 1 of 45, and it takes about 20 seconds for all 45 stylesheets to parse, each time I save the html file.

@a4h8
Copy link

a4h8 commented Jul 29, 2019

I have the same issue any help from here ?

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

No branches or pull requests

2 participants