Skip to content
This repository was archived by the owner on Jul 21, 2019. It is now read-only.

Commit 1464e4f

Browse files
committed
Add gulp tasks for building CSS and JS
1 parent 103e278 commit 1464e4f

13 files changed

Lines changed: 6299 additions & 452 deletions

File tree

CONTRIBUTING.md

Lines changed: 25 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -5,27 +5,27 @@ The technical details on how to set up your local development environment for ma
55
# Table of contents
66
<!-- MDTOC maxdepth:6 firsth1:1 numbering:0 flatten:0 bullets:1 updateOnSave:1 -->
77

8-
- [Contributing to devopsdays-theme](#contributing-to-devopsdays-theme)
9-
- [Table of contents](#table-of-contents)
10-
- [Dev Setup](#dev-setup)
11-
- [How can I help?](#how-can-i-help)
12-
- [Design Principles](#design-principles)
13-
- [Frameworks](#frameworks)
14-
- [Blocks](#blocks)
15-
- [CSS and SCSS](#css-and-scss)
16-
- [`site.scss`](#sitescss)
17-
- [`custom-variables.scss`](#custom-variablesscss)
18-
- [`custom.scss`](#customscss)
19-
- [Colors and Layout](#colors-and-layout)
20-
- [Continuous Integration](#continuous-integration)
21-
- [Asset Pipeline](#asset-pipeline)
22-
- [Workflow](#workflow)
23-
- [Milestones](#milestones)
24-
- [Issues](#issues)
25-
- [Collection of issues](#collection-of-issues)
26-
- [GitHub Labels](#github-labels)
27-
- [Pull Requests](#pull-requests)
28-
- [Releasing](#releasing)
8+
- [Contributing to devopsdays-theme](#contributing-to-devopsdays-theme)
9+
- [Table of contents](#table-of-contents)
10+
- [Dev Setup](#dev-setup)
11+
- [How can I help?](#how-can-i-help)
12+
- [Design Principles](#design-principles)
13+
- [Frameworks](#frameworks)
14+
- [Blocks](#blocks)
15+
- [CSS and SCSS](#css-and-scss)
16+
- [`site.scss`](#sitescss)
17+
- [`custom-variables.scss`](#custom-variablesscss)
18+
- [`custom.scss`](#customscss)
19+
- [Colors and Layout](#colors-and-layout)
20+
- [Continuous Integration](#continuous-integration)
21+
- [Asset Pipeline](#asset-pipeline)
22+
- [Workflow](#workflow)
23+
- [Milestones](#milestones)
24+
- [Issues](#issues)
25+
- [Collection of issues](#collection-of-issues)
26+
- [GitHub Labels](#github-labels)
27+
- [Pull Requests](#pull-requests)
28+
- [Releasing](#releasing)
2929

3030
<!-- /MDTOC -->
3131

@@ -83,6 +83,10 @@ All changes are built by Netlify to https://dev.devopsdays.org once merged to ma
8383
### Asset Pipeline
8484
Peruse the `gulpfile.js` to see what is processed for the asset pipeline. Gulp is only called when changes are merged to master. Pull requests, and local changes will not trigger gulp.
8585

86+
If you are manipulating JavaScript or SCSS files, please be sure to use Gulp. If you run `gulp dev` inside the repo, it will build the CSS and JS files, and also start a `watch` task for you.
87+
88+
If you need help with this, as @mattstratton.
89+
8690
## Workflow
8791

8892
Our workflow is inspired by [Ian Bickering's guide to using GitHub Issues](http://www.ianbicking.org/blog/2014/03/use-github-issues-to-organize-a-project.html).

0 commit comments

Comments
 (0)