Skip to content

Instantly share code, notes, and snippets.

@Christilut
Created June 2, 2017 09:24
Show Gist options
  • Save Christilut/a58e111383b2bcbbda93af5572df9949 to your computer and use it in GitHub Desktop.
Save Christilut/a58e111383b2bcbbda93af5572df9949 to your computer and use it in GitHub Desktop.
Vue stuff
// Copy _redirects
var fs = require('fs-extra')
fs.copySync(path.join(__dirname, '..', 'static/root/_redirects'), path.join(__dirname, '..', 'dist/_redirects'))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment