You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After implementing some basic dynamic pages, like this:
// site/pages/category/data.jsmodule.exports=function(){return[{"title": "This is title","body": "This is content","filename": "category/foo"},{"title": "This is another title","body": "This is content","filename": "category/bar"}]};
i've restarted broccoli-taco serve and now it keeps failing with the Error: Path or pattern "**/*.html" did not match any files
Here is what what i get in the console:
MBP-dddm:static-site ddddm$ broccoli-taco serve
Serving on http://localhost:4200
Built with error:
Error: Path or pattern "**/*.html" did not match any files
at Object.multiGlob (/Users/ddddm/Documents/static-site/node_modules/broccoli-taco/node_modules/broccoli-kitchen-sink-helpers/index.js:202:13)
at /Users/ddddm/Documents/static-site/node_modules/broccoli-taco/node_modules/broccoli-static-compiler/index.js:28:27
at lib$rsvp$$internal$$tryCatch (/Users/ddddm/Documents/static-site/node_modules/broccoli-taco/node_modules/rsvp/dist/rsvp.js:489:16)
at lib$rsvp$$internal$$invokeCallback (/Users/ddddm/Documents/static-site/node_modules/broccoli-taco/node_modules/rsvp/dist/rsvp.js:501:17)
at lib$rsvp$$internal$$publish (/Users/ddddm/Documents/static-site/node_modules/broccoli-taco/node_modules/rsvp/dist/rsvp.js:472:11)
at Object.lib$rsvp$asap$$flush [as _onImmediate] (/Users/ddddm/Documents/static-site/node_modules/broccoli-taco/node_modules/rsvp/dist/rsvp.js:1290:9)
at processImmediate [as _immediateCallback] (timers.js:336:15)
The text was updated successfully, but these errors were encountered:
After implementing some basic dynamic pages, like this:
i've restarted
broccoli-taco serve
and now it keeps failing with theError: Path or pattern "**/*.html" did not match any files
Here is what what i get in the console:
The text was updated successfully, but these errors were encountered: