Skip to content

Commit

Permalink
Update contributing file
Browse files Browse the repository at this point in the history
Fixes #311

Signed-off-by: Matty Stratton <[email protected]>
  • Loading branch information
mattstratton committed Jan 5, 2024
1 parent 2db8a97 commit 0b1215d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 0b1215d

Please sign in to comment.