Skip to content

Commit

Permalink
Merge pull request #46 from mockservr/remove-useless-files
Browse files Browse the repository at this point in the history
Remove useless files
  • Loading branch information
tejerka authored Jun 11, 2018
2 parents 76b0e53 + d1776e4 commit 7843006
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 6 deletions.
1 change: 0 additions & 1 deletion .dockerignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
app/mocks/*
!app/mocks/.keep
!app/mocks/vidlis.json
4 changes: 2 additions & 2 deletions app/gui/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,9 @@ const config = {
},
resolve: {
alias: {
'vue$': 'vue/dist/vue.esm.js'
vue$: 'vue/dist/vue.esm.js',
},
extensions: ['*', '.js', '.vue', '.json']
extensions: ['*', '.js', '.vue', '.json'],
},
plugins: [
new CleanWebpackPlugin([path.resolve(__dirname, '../dist')]),
Expand Down
3 changes: 0 additions & 3 deletions ssh_config

This file was deleted.

0 comments on commit 7843006

Please sign in to comment.