development tweaks

This commit is contained in:
Blake Blackshear 2021-05-23 08:38:31 -05:00
parent b91b0d39dd
commit fd51c7a955
2 changed files with 2 additions and 1 deletions

View File

@ -14,7 +14,7 @@ RUN groupadd --gid $USER_GID $USERNAME \
&& echo $USERNAME ALL=\(root\) NOPASSWD:ALL > /etc/sudoers.d/$USERNAME \
&& chmod 0440 /etc/sudoers.d/$USERNAME
RUN apt-get install -y git curl vim
RUN apt-get install -y git curl vim htop
RUN pip3 install pylint black

View File

@ -3,6 +3,7 @@ module.exports = {
public: { url: '/', static: true },
src: { url: '/dist' },
},
exclude: ['**/jsmpeg.*'],
plugins: ['@snowpack/plugin-postcss', '@prefresh/snowpack', 'snowpack-plugin-hash'],
routes: [{ match: 'all', src: '(?!.*(.svg|.gif|.json|.jpg|.jpeg|.png|.js)).*', dest: '/index.html' }],
optimize: {