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.

Warnings on config override

See original GitHub issue

I’m using the override option to create a specialized build of my app that doesn’t include all my libs from bower_components (almost, but not all), and when I watch it with the --env setting I get a lot of warning 26 Sep 11:39:48 - warn: 'bower_components\.....' compiled, but not written. Check your javascripts.joinTo config. I know that it doesn’t use all my libs, it’s intentional. Is there anything I could do to remove those warnings in my override ? It’s really annoying… I’ve checked the brunch source code but there doesn’t seem to be an option for that. I only found the config.notification hidden option that doesn’t work or doesn’t apply to those warnings…

Issue Analytics

  • State:closed
  • Created 9 years ago
  • Comments:10 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
es128commented, Feb 26, 2015

Make your paths.watched match the same paths you actually intend to include in your build.

0reactions
ujasurcommented, Feb 26, 2015

Hey, how can I suppress "xxxxx compiled, but not written. Check your javascript.joinTo config.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Configuration Override Warn | Drupal.org
Implements the warning message proposed by [#2408549] from one module without needing any changes to configuration forms.
Read more >
Config option to disable override warnings · Issue #361 · aasm ...
Method override warnings were remade in 4.10.0 and brought some painful experience: MySchema: overriding method 'active?'!
Read more >
How to override parent configuration warnings - Godot Engine
I am making a custom node type plugin, that is based on ScrollContainer, but I want to remove the configuration warning of "you...
Read more >
Override of Warning Messages - U-Tools
Some warning messages can be ignored by overriding them. To override a warning message, click the Ok button to close the message box....
Read more >
[PATCH 0/3] Fix all Kconfig "override" warnings - kernel
warning : override: VIRT_CPU_ACCOUNTING_NATIVE changes choice state These warnings are triggered when the build uses a .config that has more ...
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