Skip to content

Commit

Permalink
gh-pages pointing on docs
Browse files Browse the repository at this point in the history
  • Loading branch information
LoanR committed Mar 20, 2019
1 parent 9e83de9 commit c6c2c0a
Show file tree
Hide file tree
Showing 36 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build/webpack.conf.prod.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ module.exports = merge(baseConfig, {
}
},
output: {
path: path.resolve(__dirname, '../dist')
path: path.resolve(__dirname, '../docs')
},

module: {
Expand All @@ -57,7 +57,7 @@ module.exports = merge(baseConfig, {
plugins: [
new CopyWebpackPlugin([{
from: resolve('static'),
to: resolve('dist/static'),
to: resolve('docs/static'),
toType: 'dir'
}]),
new MiniCssExtractPlugin({
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.

0 comments on commit c6c2c0a

Please sign in to comment.