From 0b1215d6ada88908edaf3d2d31d9cd0fa03802bc Mon Sep 17 00:00:00 2001 From: Matty Stratton Date: Thu, 4 Jan 2024 18:16:54 -0600 Subject: [PATCH] Update contributing file Fixes #311 Signed-off-by: Matty Stratton --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 5dd61ec9..8e021832 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -171,7 +171,7 @@ Use this to set any SCSS variables, or to over-ride any variables used by Bootst This is the only place you should declare custom SCSS or CSS code. ### Javascript -All Javascript files are combined using CodeKit. The source Javascript files can be located either in `bower-components` or `static/js`. They are comibined and minified into `static/castanet-min.js`. +All Javascript files are combined using gulp. The source Javascript files can be located either in `node_modules` or `static/js`. They are combined and minified into `static/castanet-min.js`. ## Local build and testing