diff --git a/examples/templates/example.html b/examples/templates/example.html index 510d0489e2..d1c315ee79 100644 --- a/examples/templates/example.html +++ b/examples/templates/example.html @@ -7,7 +7,7 @@ - + {{{ extraHead.local }}} {{{ css.tag }}} diff --git a/examples/webpack/config.js b/examples/webpack/config.js index 4b364697ae..56ec4351e0 100644 --- a/examples/webpack/config.js +++ b/examples/webpack/config.js @@ -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'}, diff --git a/css/ol.css b/src/ol/ol.css similarity index 100% rename from css/ol.css rename to src/ol/ol.css