[Fix] filter riotgear-router in Dockerfile

This commit is contained in:
Joxit 2016-06-16 22:48:45 +02:00
parent be386aa84c
commit fc6d90543e
2 changed files with 1 additions and 1 deletions

View File

@ -29,6 +29,7 @@ RUN npm install \
! -name material-design-icons \
! -name material-design-* \
! -name dialog-polyfill \
! -name riotgear-router \
-exec rm -rf {} \; \
&& find node_modules/material-design-* \
-maxdepth 1 -mindepth 1 \

View File

@ -21,7 +21,6 @@
<meta charset="UTF-8">
<LINK href="node_modules/dialog-polyfill/dialog-polyfill.css" rel="stylesheet" type="text/css">
<LINK href="node_modules/material-design-lite/dist/material.min.css" rel="stylesheet" type="text/css">
<LINK href="node_modules/leaflet/dist/leaflet.css" rel="stylesheet" type="text/css">
<LINK href="node_modules/material-design-icons/iconfont/material-icons.css" rel="stylesheet" type="text/css">
<LINK href="style.css" rel="stylesheet" type="text/css">
<LINK href="https://fonts.googleapis.com/css?family=Roboto:regular,bold,italic,thin,light,bolditalic,black,medium&amp;lang=en" rel="stylesheet" type="text/css">