copy entire public folder (#1663)

* copy entire public folder

* misspelling in readme
This commit is contained in:
Eugenio Romano
2017-02-27 09:08:28 +00:00
committed by Denys Vuika
parent 85adf3c2d9
commit 45a37d61f5
2 changed files with 5 additions and 16 deletions

View File

@@ -165,18 +165,9 @@ module.exports = {
flatten: true
}, {
context: 'public',
from: 'js/',
to: 'js/'
},{
context: 'public',
from: 'css/',
to: 'css/'
}, {
context: 'public',
from: 'images/',
to: 'images/'
from: '',
to: ''
}
]),
new webpack.optimize.CommonsChunkPlugin({