mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
copy entire public folder (#1663)
* copy entire public folder * misspelling in readme
This commit is contained in:
committed by
Denys Vuika
parent
85adf3c2d9
commit
45a37d61f5
@@ -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({
|
||||
|
Reference in New Issue
Block a user