The icon can now be changed in real time on the place edit page

This commit is contained in:
Jonny Barnes 2017-05-26 10:05:04 +01:00
parent 822bdd70f9
commit d86630dd0d
29 changed files with 66 additions and 13 deletions

3
webpack.config.js vendored
View file

@ -7,7 +7,8 @@ const config = {
links: './links.js',
maps: './maps.js',
newnote: './newnote.js',
piwik: './piwik.js'
piwik: './piwik.js',
places: './places.js'
},
output: {
path: __dirname + '/public/assets/js',