-
Notifications
You must be signed in to change notification settings - Fork 4
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
Plugin works for too long #1
Comments
Hey Can you confirm that you're experiencing this with the default config? |
You're missing
|
In fact, this file was the root cause of slowness.
|
Its hicking up here:
Style attribute is not closed. |
Off topic:
|
|
This is exactly what I did:
I use windows, no sudo here. |
Right. Well its not downloading those dependencies so I am not sure what the Windows solution for that would be. Sorry can't help. |
no problem, thanks. |
Hey,
I tried to place all files (~1000 html files) that previously were in assets folder to app folder.
This was done to make html and corresponding js files close to each other - so I don't have dig into assets folder every time I work on js file.
I tried to switch off the minifier with config, it did not help.
brunch watch: before this change it took ~ 4s to complete initial watch iteration
brunch watch: after this change it took more than 5 minutes, I stopped waiting and cancelled
I used this config:
The text was updated successfully, but these errors were encountered: