Skip to content

Commit

Permalink
Removed syntax highlighting from file structure
Browse files Browse the repository at this point in the history
  • Loading branch information
bradcerasani authored and phated committed Feb 9, 2015
1 parent 17d77cb commit 3cb110b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/recipes/split-tasks-across-multiple-files.md
Expand Up @@ -6,7 +6,7 @@ module.

Imagine the following file structure:

```sh
```
gulpfile.js
tasks/
├── dev.js
Expand All @@ -20,7 +20,7 @@ Install the `require-dir` module:
npm install --save-dev require-dir
```

Add the following lines to your `gulpfile.js` file.
Add the following lines to your `gulpfile.js` file:

```js
var requireDir = require('require-dir');
Expand Down

0 comments on commit 3cb110b

Please sign in to comment.