Skip to content
Snippets Groups Projects
Commit 08df5f18 authored by spd2g14's avatar spd2g14
Browse files

Move main.js to js/ folder

parent f87bc35e
No related branches found
No related tags found
No related merge requests found
......@@ -67,7 +67,7 @@
<div id="map" class="sidebar-map"></div>
<script src="main.js"></script>
<script src="js/main.js"></script>
<script src="js/ol3-sidebar.min.js"></script>
<script>
var sidebar = new ol.control.Sidebar({ element: 'sidebar', position: 'right' });
......
Source diff could not be displayed: it is too large. Options to address this: view the blob.
......@@ -4,7 +4,7 @@ module.exports = {
entry: './src/index.js',
output: {
filename: 'main.js',
path: path.resolve(__dirname, 'dist')
path: path.resolve(__dirname, 'dist/js')
},
node: {
fs: 'empty'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment