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

Skip assets folder #232

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open

Skip assets folder #232

wants to merge 4 commits into from

Conversation

m1ga
Copy link
Contributor

@m1ga m1ga commented Jan 4, 2025

Currently when you add or change something in the assets folder liveview will often break as it is trying to e.g. run babel on html files:

[INFO] - android/www/chart.html
[ERROR] Error transforming JS file
[ERROR]  app/Resources/android/www/chart.html: Unexpected token (1:0)
[ERROR] 
[ERROR] > 1 | <!DOCTYPE html>
[ERROR]     | ^
[ERROR]   2 | <html lang="">
[ERROR]   3 |
[ERROR]   4 | <head>

as changing assets/ won't update those in the app anyways I just added a skip into the if to not include them at all. As mentioned in #229 it would be nice if it would trigger a full recompile for those parts.

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

Successfully merging this pull request may close these issues.

1 participant