commit 0cfd5b23aed8767f2bcf9583c1feaf4c9a64703a Author: Lars-Dominik Braun Date: Wed Dec 1 14:27:33 2021 +0100 guix: Disable webpack Guix uses esbuild to “link” the files. We only need the build step. diff --git a/components/bin/makeAll b/components/bin/makeAll index 3e7a8914..5dae9b9b 100755 --- a/components/bin/makeAll +++ b/components/bin/makeAll @@ -61,8 +61,8 @@ function processList(dirs) { for (const dir of dirs) { const fulldir = path.resolve(dir); processDir(fulldir, buildLib); - processDir(fulldir, webpackLib); - processDir(fulldir, copyLib); + //processDir(fulldir, webpackLib); + //processDir(fulldir, copyLib); } } ge='this.form.submit();'> Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/etc/snippets/text-mode
AgeCommit message (Expand)Author
2019-03-26etc: Add "rename" snippet....Pierre Neidhardt
2019-03-08etc: snippets: Prefill package name....Ricardo Wurmus
2019-03-07etc: snippets: Prefill package name and version....Ricardo Wurmus
2018-07-13etc: snippets: Add guix-commit-message-use-https-home-page....Arun Isaac
2017-12-15etc: Add snippets....Ricardo Wurmus