diff options
author | hellekin <hellekin@cepheide.org> | 2021-01-23 15:47:12 +0100 |
---|---|---|
committer | hellekin <hellekin@cepheide.org> | 2021-01-23 15:48:26 +0100 |
commit | cec576546e1344ee43163fda21d803e6c38615a1 (patch) | |
tree | aac37fad56643ddbcca5a5bc5efc6d1410dad5b1 /app | |
parent | 1bf6b13de7446fe6692fd1a520ca67bb25edbe58 (diff) | |
download | incommon-map-cec576546e1344ee43163fda21d803e6c38615a1.tar.gz |
Reconfigure the asset pipeline
Since we moved CSS to Webpack, also tell that to
the asset pipeline.
Diffstat (limited to 'app')
-rw-r--r-- | app/assets/config/manifest.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/config/manifest.js b/app/assets/config/manifest.js index 5918193..83c1c70 100644 --- a/app/assets/config/manifest.js +++ b/app/assets/config/manifest.js @@ -1,2 +1,2 @@ //= link_tree ../images -//= link_directory ../stylesheets .css + |