Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

--files does not work #23

Closed
deleonio opened this issue Jan 29, 2016 · 2 comments
Closed

--files does not work #23

deleonio opened this issue Jan 29, 2016 · 2 comments

Comments

@deleonio
Copy link

Try --files '/**/*.html'

@johnpapa
Copy link
Owner

Version 2.0 has been published. New API that follows the exact bs-config.js format for all overrides.

@JJBocanegra
Copy link

So now this is the only way to change the index file?

module.exports = {
  server: {
    middleware: {
      // overrides the second middleware default with new settings
      1: require('connect-history-api-fallback')({index: '/index.html', verbose: true})
    }
  }
};

and installing another dependency?

Isn't it better to try to keep it simple without another dependencies?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants