From f722d20725586ee4744d077770ef7a89ab05e360 Mon Sep 17 00:00:00 2001 From: Ahmed Abdelhalim Date: Thu, 10 Aug 2023 15:39:23 +0300 Subject: Migrate from brunch to hugo --- brunch-config.js | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 brunch-config.js (limited to 'brunch-config.js') diff --git a/brunch-config.js b/brunch-config.js deleted file mode 100644 index 445e944..0000000 --- a/brunch-config.js +++ /dev/null @@ -1,17 +0,0 @@ -module.exports = { - files: { - javascripts: { joinTo: "app.js" }, - stylesheets: { - joinTo: { - "web.css": ["app/web.styl"], - "print.css": ["app/print.styl"], - }, - }, - }, - plugins: { - stylus: {}, - cleancss: { - level: 2 - }, - }, -}; -- cgit v1.2.3