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.

Adding another directory to joinTo in config fails

See original GitHub issue

In config I’m looking to add another JavaScript file to the joinTo object:

      joinTo:
        'javascripts/bookmarklet.js': /^bookmarklet/
        'javascripts/app.js': /^app/
        'javascripts/vendor.js': /^vendor/

This does not error but no file is produced. My source file and directory structure are correct?

Issue Analytics

  • State:closed
  • Created 11 years ago
  • Comments:5 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
paulmillrcommented, Jul 16, 2012

because brunch watches only app, vendor, test (which is configurable) and not the whole project directory, because user might have server files there that should not be compiled and all other stuff

      joinTo:
        'javascripts/bookmarklet.js': /^app\/bookmarklet/
        'javascripts/app.js': /^app\/(?!bookmarklet)/
        'javascripts/vendor.js': /^vendor/

this would work

0reactions
paulmillrcommented, Jul 16, 2012

closing as duplicate of #281

Read more comments on GitHub >

github_iconTop Results From Across the Web

Adding an Active Directory identity source in vCenter Single ...
Adding an Active Directory identity source in vCenter Single Sign-On 5.5 fails with the error: The host is required to join to domain...
Read more >
imported python module from another directory fails - Stack Overflow
I have imported a python module from another directory in Linux by using sys.path.insert but when I run that module it fails. As...
Read more >
KB5020276—Netjoin: Domain join hardening changes
If the checks are successful, the rest of the join operation is subject to Active Directory permissions as before. This change does not...
Read more >
Troubleshoot and Solve Domain-Join Problems - BeyondTrust
Here are the top 10 reasons that an attempt to join a domain fails: ... When installing AD Bridge Enterprise on a new...
Read more >
Solved: ISE cannot join Active directory - Cisco Community
Solved: ISE cannot join AD. I got below error messages. One of them mentions " Unreachable Server List:", its right. the dns ip...
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