Move css to src/ol

This commit is contained in:
ahocevar
2018-06-21 11:16:57 +02:00
parent d74c8813e1
commit 57110058fd
3 changed files with 2 additions and 2 deletions

View File

@@ -34,7 +34,7 @@ module.exports = {
common: 'common'
}),
new CopyPlugin([
{from: '../css', to: 'css'},
{from: '../src/ol/ol.css', to: 'css'},
{from: 'data', to: 'data'},
{from: 'resources', to: 'resources'},
{from: 'Jugl.js', to: 'Jugl.js'},