remove css passthrough
This commit is contained in:
parent
4d028a8541
commit
c9c4f53a77
1 changed files with 0 additions and 2 deletions
|
|
@ -5,7 +5,6 @@ const dateFilter = require("./src/filters/dateFilter.js");
|
||||||
const cleanCSS = require("clean-css");
|
const cleanCSS = require("clean-css");
|
||||||
|
|
||||||
module.exports = function (config) {
|
module.exports = function (config) {
|
||||||
|
|
||||||
config.setServerOptions({
|
config.setServerOptions({
|
||||||
// Whether the live reload snippet is used
|
// Whether the live reload snippet is used
|
||||||
liveReload: true,
|
liveReload: true,
|
||||||
|
|
@ -15,7 +14,6 @@ module.exports = function (config) {
|
||||||
});
|
});
|
||||||
// PASSTHROUGHS
|
// PASSTHROUGHS
|
||||||
config.addPassthroughCopy("src/assets/images/");
|
config.addPassthroughCopy("src/assets/images/");
|
||||||
config.addPassthroughCopy("src/assets/styles/main.css");
|
|
||||||
|
|
||||||
// LAYOUTS //
|
// LAYOUTS //
|
||||||
config.addLayoutAlias("base", "layouts/base.njk");
|
config.addLayoutAlias("base", "layouts/base.njk");
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue