Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/webpack.config.js
Commit message (Collapse)AuthorAgeFilesLines
* Simplify way assets are addedArthur de Jong2020-01-201-10/+1
| | | | | This adds all entry points to the munin-plot.js file as requirements. This also allows us to ship a simple CSS file instead of a SCSS file.
* Ship static directory in source and wheelArthur de Jong2020-01-051-1/+1
| | | | | | | This allows installing this package without NPM installed. This also moves the static directory within the muninplot package so they can also be picked up from installed versions of muninplot.
* Switch from Open Iconic to Font AwesomeArthur de Jong2019-12-311-1/+2
| | | | | The latter has more icons and the former no longer seems to be supported.
* Add navigation bar with date range selectorArthur de Jong2019-12-301-69/+72
| | | | | This also adds a few small style tweaks and ensures that webpack does not minimise development builds.
* Add faviconArthur de Jong2019-12-301-2/+19
|
* Use webpack to build Javascript partArthur de Jong2019-12-301-0/+64
This uses npm to install the required packages and builds the files with webpack.