Skip to content

Commit

Permalink
Merge pull request #2 from takenet/feature/buttons
Browse files Browse the repository at this point in the history
Feature/buttons
  • Loading branch information
samwx authored May 29, 2018
2 parents 50fb5ce + 6c8ba54 commit e034d8b
Show file tree
Hide file tree
Showing 8 changed files with 561 additions and 202 deletions.
2 changes: 1 addition & 1 deletion build/webpack.dev.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ module.exports = merge(baseWebpackConfig, {
new HtmlWebpackPlugin({
filename: "index.html",
pkg: require("../package.json"),
template: "./src/index.html",
template: "./docs/index.html",
inject: "body"
})
]
Expand Down
Loading

0 comments on commit e034d8b

Please sign in to comment.