Adding another directory to joinTo in config fails
See original GitHub issueIn 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:
- Created 11 years ago
- Comments:5 (3 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
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 stuffthis would work
closing as duplicate of #281