Closed muz3 closed 8 years ago
@RuiWangGit Does it work with default setting? What is your path
setting? Take a look a this seed app for a functional example.
not exactly what I want, your example preserves the old folder structures. The code pasted above worked on my local-dev environment, but not in a deployed environment. It seems access issue. My old solution was to use after-brunch plugin.
The plugin is intended for such use case.
Hi team,
what I am trying to do is move all my index.html to public/ and all other html files to /public/partials folder. My build is fine locally, but when I deploying, getting " [error] 7#7: *14 directory index of "/var/www/" is forbidden". looks like it is trying to access the absolute path. Any hints?