Use non-symlinked ol.css for example-builder
File watching does not seem to work with symlinks
This commit is contained in:
@@ -70,6 +70,10 @@ export default {
|
|||||||
new CopyPlugin({
|
new CopyPlugin({
|
||||||
patterns: [
|
patterns: [
|
||||||
{from: '../site/src/theme', to: 'theme'},
|
{from: '../site/src/theme', to: 'theme'},
|
||||||
|
{
|
||||||
|
from: path.join(baseDir, '..', '..', 'src', 'ol', 'ol.css'),
|
||||||
|
to: path.join(baseDir, '..', '..', 'theme', 'ol', 'ol.css'),
|
||||||
|
},
|
||||||
{from: 'data', to: 'data'},
|
{from: 'data', to: 'data'},
|
||||||
{from: 'resources', to: 'resources'},
|
{from: 'resources', to: 'resources'},
|
||||||
{from: 'index.html', to: 'index.html'},
|
{from: 'index.html', to: 'index.html'},
|
||||||
|
|||||||
Reference in New Issue
Block a user